Balance Inquiry
Last updated Feb 22nd, 2024
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
You can check the users balance by:
- Checking if the user has sufficient funds before initiating a debit. This service is complimentary; you only need to input the desired amount as a query parameter.
- Checking the user's current balance. This service incurs a fee (50N). Here you don't need to input an amount.
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: