cURL
curl --request POST \ --url https://api.monigo.co/v1/customers/{customer_id}/payout-accounts \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "account_name": "<string>", "account_number": "<string>", "bank_code": "<string>", "bank_name": "<string>", "currency": "<string>", "is_default": true, "payout_method": "<string>" } '
{}
Creates a new payout account linked to the specified customer
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Customer ID
Payout account details
Created
The response is of type object.
object