cURL
curl --request PUT \ --url https://api.monigo.co/v1/customers/{customer_id}/payout-accounts/{account_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "account_name": "<string>", "account_number": "<string>", "bank_name": "<string>", "currency": "<string>", "is_default": true, "payout_method": "<string>" } '
{}
Updates the details of an existing payout account
API key with Bearer prefix (for programmatic/server-to-server access), format: Bearer {api_key}
Customer ID
Payout account ID
Payout account update fields
OK
The response is of type object.
object