curl --request POST \ --url https://api.nomba.com/v1/transfers/bank/lookup \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'accountId: <accountid>' \ --data '{ "accountNumber": "0554772814", "bankCode": "053" }'
{ "code": "00", "description": "Success", "data": { "accountNumber": "0554772814", "accountName": "M.A Animashaun" } }
Explore the process of performing bank account lookups through the Nomba API
bankCode
POST /v1/transfers/bank/lookup
/v1/transfers/banks
Hide object