public interface BankAccountsApi
A bank account token can only be used once to create a recipient. The token automatically expires after 1 month if it hasn't been used.
| Modifier and Type | Method and Description |
|---|---|
BankAccountResponse |
create(BankAccount bankAccount)
Creates a bank account token and returns its details.
|
BankAccountResponse create(BankAccount bankAccount) throws java.io.IOException
bankAccount - The bank account specified.java.io.IOException - If IO errors occur while calling PinPayments REST API.