Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Validate Bank Account

This allows you to check if an account number is a valid NUBAN, get and to confirm if the account name if is valid. 

Visit here to get a list of all supported banks and their corresponding codes. This service is FREE.

title
Info

This endpoint is protected with OAuth 2.0 Bearer token

Endpoint

...

URL: {{base_url}}/api/v1/disbursements/account/validate?accountNumber=0068687503&bankCode=232

Sample Response

...

HTTP Method: GET

Info

The {{base_url}} for test is https://sandbox.monnify.com but when you go live, it changes to the live url

Sample Get All Bulk Transactions Response

Code Block
languagejson
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "accountNumber": "0068687503",
        "accountName": "DAMILARE SAMUEL OGUNNAIKE",
        "bankCode": "232"
    }
}
         
Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "disbursements-api"