Payout Orders
Create payout order
Create a new payout order.
post/payout_orders
Headers
Accept-Language'es' | 'en'
Use for knowing which language to use
Request body
Example request
{
"allowed_payout_methods": [
"cashout"
],
"amount": 100,
"currency": "MXN",
"customer_info": {
"customer_id": "cus_23874283647"
},
"expires_at": 1700000000,
"metadata": {
"custom_client_id": "12345"
},
"payout": {
"payout_method": {
"type": "cashout"
}
},
"reason": "Payout order for the customer"
}Response
successful operation