Balance Inquiry
Last updated April 30th, 2025
get api.withmono.com/v3/payments/mandates/{id}/balance-inquiryv1.0 
This resource is to retrieve balance of an account with a mandate.

Balance Enquiry Types
We offer two ways to check the user's balance:
- Current Balance: View the account's real-time balance. No amount input is needed. This service incurs a fee (NGN 50).
- Sufficient Funds Check: Verify if the account has up to a specific amount. You need to input the desired amount as a query parameter. This service incurs a fee (NGN 10).
Path Params
Query Params
Headers
Request
1234
curl --request GET \
     --url https://api.withmono.com/v3/payments/mandates/id/balance-inquiry \
     --header 'accept: application/json' \
     --header 'mono-sec-key: string'
Response
Choose an option from the drop down or click one of these buttons to see an example:
