Get Customer's Wallet Balance

This API allows you to get the available wallet balance for a customer given its wallet account number.

 

This endpoint is protected with a Basic Authentication. You are to send HTTP requests with the Authorization header that contains the word Basic followed by a space and a base64-encoded string apiKey:clientSecret.

Endpoint URL: {{base_url}}/api/v1/disbursements/wallet/balance?accountNumber={internalWalletAccountNumber}

HTTP Method: GET

The {{base_url}} for the test is https://sandbox.monnify.com but when you go live, it changes to the live URL

 

Sample wallet balance response

{ "requestSuccessful": true, "responseMessage": "success", "responseCode": "0", "responseBody": { "availableBalance": 1999.19, "ledgerBalance": 1999.19 } }

 

 

Field Reference

Field

Description

Field

Description

internalWalletAccountNumber

The internal wallet account id returned from the wallet creation API