Basic Bank Account Verification

Bank Account Verification

POST {{baseurl}}/v2/api/identity/ng/bank-account-number/resolve

Headers

Name
Type
Description

token*

String

API secret token

Request Body

Name
Type
Description

accountNumber*

String

Valid account number

bankCode*

String

Bank code gotten from list of banks

isSubjectConsent*

Boolean

Indicate subject has given consent. Must be true

Bank Account Verification

Bank Account Verification is used to verify the owner of a bank account.

{
    "accountNumber": "1000000000",
    "bankCode": "058",
    "isSubjectConsent": true
}

Note: To get the list of banks in Nigeria, click here

Last updated

Was this helpful?