Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Validate Bank Account

...

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



Sample Response

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

...