Create Source Account

Last updated September 9th, 2025

post https://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": "63249e670b34d0c3a9139b98",
    "account_number": "0123456789",
    "bank_code": "044",
    "email": "olamide@neem.com"
}'

Response

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

Did this page help you?