Transfers
Bank account lookup
Explore the process of performing bank account lookups through the Nomba API
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
accountNumber
string
requiredThe account number to be looked up.
bankCode
string
requiredThe code of the bank that the account number belongs to. This can be obtained from a call to /v1/transfers/banks
.
Response body
code
string
requiredResponse code
description
string
requiredResponse description
data
object
accountNumber
string
requiredThe account number already looked up.
accountName
string
requiredThe name on the account.