Debit Account
Last updated July 7th, 2025
post
api.withmono.com/v3/payments/mandates/{id}/debitv1.0
This resource is to debit an account with a set mandate.

Split Payments
You can seamlessly allocate or split payments into multiple accounts in a single transaction by passing a split
object in your body request.
We also provide flexibility in setting up both percentage-based and fixed-amount splits. To know more, please refer to this guide here.

Fee Bearer
The fee bearer is the entity that will be charged for the transaction. This feature is only available for e-mandates (fixed and variable).
business
: The fee will be charged to the business (default)customer
: The fee will be charged to the customer
Path Params
Body
Headers
Request
123456789101112
curl --request POST \
--url https://api.withmono.com/v3/payments/mandates/id/debit \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'mono-sec-key: string' \
--data '
{
"amount": integer,
"reference": "string",
"narration": "string"
}
'
Response
Choose an option from the drop down or click one of these buttons to see an example: