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 5 Current »

Validate Bank Account

This allows you to get the available balance in your monnify wallet. 

Query param needed is the monnify wallet id, available on https://app.monnify.com/disbursement 


This endpoint is protected with Basic Authentication

Sample Response

Get Wallet Balance Response
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "availableBalance": 4.79899999E+9,
        "ledgerBalance": 4.79899999E+9
    }
}



  • No labels