mono-logo

Debit Account

Last updated Dec 17th, 2023

post api.withmono.com/v3/payments/mandates/{id}/debit
v1.0

This resource is to debit an account with a set mandate.

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:

Did this page help you?