Versions Compared

Key

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

Get Wallet Balance

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

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

title
Info

This endpoint is protected with OAuth 2.0 Bearer token

Endpoint

...

URL:{{base_url}}/api/v2/disbursements/wallet-balance?accountNumber={{walletAccountNumber}}

...

This endpoint is protected with OAuth 2.0 Bearer Token
Sample

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 Wallet Balance Response

Code Block
languagejs
themeMidnight
titleGet Wallet Balance Response
json
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "availableBalance": 378.93,
        "ledgerBalance": 378.93
    }
}
Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "disbursements-api"