cURL
curl --request POST \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/accounts/{aid}/bank-payouts/simulate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "origin": { "currency": "EUR", "amount": 1000 }, "recipient": { "country": "ES", "currency": "EUR", "routingData": "IBAN" } } '
{ "destination": { "currency": "EUR", "amount": 1000 }, "origin": { "currency": "EUR", "amount": 1000 }, "quote": { "rate": 1.08, "timestamp": "2025-01-15T10:30:00.000Z", "validUntil": "2025-01-15T10:30:30.000Z" }, "quoteId": "q1a2b3c4-d5e6-4f7a-8b9c-0d1e2f3a4b5c" }
Simulate a bank payout to calculate fees and exchange rates.
API Key for accessing management endpoints
User ID
Account ID
Payout details (see description for rules)
Show child attributes
USD, EUR, etc.
EUR
USD
"EUR"
Amount in cents. Ex: 12345 = 123.45€
1000
"ES"
IBAN
"IBAN"
OK
1.08
"2025-01-15T10:30:00.000Z"
"2025-01-15T10:30:30.000Z"
"q1a2b3c4-d5e6-4f7a-8b9c-0d1e2f3a4b5c"