Update Source Account

Last updated September 9th, 2025

put api.withmono.com/v3/payments/disburse/source-accounts/{id}/status
v1.0

This endpoint allows you to disable or enable a source account.

Path Params
Body Params
Headers

Request

12345678
curl --request PUT \
  --url https://api.withmono.com/v3/payments/disburse/source-accounts/{{ACCOUNT_ID}}/status \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --header 'mono-sec-key: <YOUR_SECRET_KEY>' \
  --data '{
    "action": "disable"
}'

Response

Choose an option from the drop down or click one of these buttons to see an example:

Did this page help you?