mono-logo

Create a Sub-Account

Last updated December 10th, 2024

post api.withmono.com/v2/payments/payout/sub-account
v1.0

This endpoint allows you to create a sub-account for split payments.

Body Params
Headers

Request

1234567891011
curl --request POST \
     --url https://api.withmono.com/v2/payments/payout/sub-account \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'mono-sec-key: string' \
     --data '{
    "nip_code": "000000",
    "account_number": "1234567890"
}
'

Response

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

Did this page help you?