...
Info |
---|
This endpoint is protected with a Basic Authentication. You are to send HTTP requests with the |
Endpoint URL: {{base_url}}/api/v1/disbursements/wallet/balance?accountNumber={walletAccountNumber}
...
Info |
---|
The {{base_url}} for the test is |
To retrieve the wallet balance for a customer, simply append the imputed customer account number to the endpoint URL and the account balance linked to the wallet will be returned.
Sample wallet balance response
Code Block |
---|
{ "requestSuccessful": true, "responseMessage": "success", "responseCode": "0", "responseBody": { "availableBalance": 1999.19, "ledgerBalance": 1999.19 } } |
Field Field Reference
Field | Description |
---|---|
walletAccountNumber | The internal wallet account id returned from the wallet creation API |