Debit Account
Last updated Dec 17th, 2023
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.
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": "string",
"reference": "string",
"narration": "string"
}
'
Response
Choose an option from the drop down or click one of these buttons to see an example: