Transition Disbursement
Last updated September 9th, 2025
post
api.withmono.com/v3/payments/disburse/disbursements/{batch_id}/transitionv1.0
This endpoint is used to change the state of a scheduled disbursement, for example, to trigger
its execution or cancel
it.
Path Params
Body Params
Headers
Request
12345678
curl --request POST \
--url https://api.withmono.com/v3/payments/disburse/disbursements/{{BATCH_ID}}/transition \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'mono-sec-key: <YOUR_SECRET_KEY>' \
--data '{
"action": "trigger"
}'
Response
Choose an option from the drop down or click one of these buttons to see an example: