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 9 Next »

Validate Bank Account

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

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


Endpoint

GET: https://sandbox.monnify.com/api/v1/disbursements/account/validate?accountNumber=0068687503&bankCode=232



Sample Response

Get All Bulk Transactions Response
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "accountNumber": "0068687503",
        "accountName": "DAMILARE SAMUEL OGUNNAIKE",
        "bankCode": "232"
    }
}
         



  • No labels