Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Current »

Validate Bank Account

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

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

This endpoint is protected with OAuth 2.0 Bearer token

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

HTTP Method: GET

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

{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "accountNumber": "0068687503",
        "accountName": "DAMILARE SAMUEL OGUNNAIKE",
        "bankCode": "232"
    }
}
         
  • No labels