/
Get Wallet Balance
Get Wallet Balance
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
This endpoint is protected with OAuth 2.0 Bearer token. To find out more about authorization for Monnify endpoints, check Here.
Endpoint URL: {{base_url}}/api/v2/disbursements/wallet-balance?accountNumber={{walletAccountNumber}}
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 Wallet Balance Response
{
"requestSuccessful": true,
"responseMessage": "success",
"responseCode": "0",
"responseBody": {
"availableBalance": 378.93,
"ledgerBalance": 378.93
}
}
Related Articles
, multiple selections available,
Related content
Get Customer Wallet Balance
Get Customer Wallet Balance
More like this
Get All Wallets.
Get All Wallets.
More like this
Initiate Transfers
Initiate Transfers
Read with this
Get Wallet Balance (Deprecated)
Get Wallet Balance (Deprecated)
More like this
Get Transfer Status
Get Transfer Status
Read with this
Get Settlement Information for Transaction
Get Settlement Information for Transaction
More like this