post https://api-sandbox.tucambio.app/api/payouts
Responses
xxxxxxxxxx
12curl --request POST \
--url https://api-sandbox.tucambio.app/api/payouts \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-date: 2024-02-20T15:44:42.310Z' \
--data '
{
"amount": 100,
"fromCurrencyId": 1,
"toCurrencyId": 2
}
'
xxxxxxxxxx
17{
"id": "5d6354af-20f3-4a63-9c6f-15f0079ea307",
"fromCurrencyId": 14,
"toCurrencyId": 4,
"amount": 10,
"exchangeRate": "4.02",
"recipientEmail": null,
"recipientFullName": "John Doe",
"recipientIdentityDocument": "DNI",
"recipientDni": "12345678-1",
"recipientBank": "Interbank",
"recipientAccountType": "Cuenta Ahorro",
"recipientAccountNumber": "00341919522589000000",
"recipientAmount": 40,
"dateOrderInProcess": "27/6/2024, 20:35:25",
"status": "IN_PROCESS"
}