Skip to main content

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.
Always verify a recipient account before initiating a transfer. This confirms the account exists and returns the account holder’s name β€” which you should display to your user for confirmation before sending funds.

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