curl --request POST \
--url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/accounts/{aid}/bank-payouts \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"code2fa": "123456",
"description": "Payment for services rendered",
"origin": {
"currency": "EUR",
"amount": 1000
},
"recipient": {
"accountNumber": "ES9121000418450200051332",
"address": "Calle Gran Via 123",
"beneficiaryType": "PERSON",
"city": "Barcelona",
"country": "ES",
"currency": "EUR",
"documentNumber": "87654321B",
"name": "Maria",
"postalCode": "08001",
"routingData": "IBAN",
"documentType": "NATIONAL_ID",
"phone": "+34612345678",
"relation": "FRIEND",
"surname": "Garcia"
},
"reference": "PAY-2025-001234"
}
'