Perform bank account lookup
Perform a bank account lookup before processing bank transfer payments
You can use this to retrieve the specific
bankCode for any desired bank.POST /v1/transfers/bank/lookup
Request body
string
required
The account number to be looked up.
string
required
The code of the bank that the account number belongs to. Obtain this from
GET /v1/transfers/banks.Response body
string
required
Response code.
"00" indicates a valid account was found.string
required
Response description.
object