Name Enquiry

Verifies a bank account number and returns the registered account name. Always call this before POST /v2/wallet/transfer to confirm the beneficiary details are correct.

Body

currency

*String

3-letter ISO currency code (e.g. NGN).

accountNumber

*String

10-digit bank account number.

bankCode

*String

Bank code from GET /v2/wallet/banks. Must match the provider used for the subsequent transfer.

provider

String

Provider to use. Omit to auto-select. Must match the provider used for the subsequent transfer.

POST
/ v2/wallet/name-enquiry
Endpoint URL(TEXT)
Request Body
Response(JSON)
// Click 'Try now' to see the response