Create Source Account

Last updated Mar 5th, 2026

post api.withmono.com/v3/payments/disburse/source-accounts
v1.0

This endpoint allows you to create a source account to be used for disbursements.

Body Params
Headers

Request

1234567891011
curl --request POST \
  --url https://api.withmono.com/v3/payments/disburse/source-accounts \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --header 'mono-sec-key: <YOUR_SECRET_KEY>' \
  --data '{
    "app": "62229d670c34e0c3b9139f44",
    "account_number": "1122334455",
    "bank_code": "044",
    "email": "support@merchant.co"
}'

Response

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

Did this page help you?