cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/accounts/{aid}/transfer-capabilities \ --header 'Authorization: Bearer <token>'
{ "fiatExternal": { "countries": [ "ES", "FR" ], "description": "Domestic SEPA transfers", "isEnabled": true }, "fiatOwn": { "countries": [ "ES", "FR" ], "description": "Domestic SEPA transfers", "isEnabled": true }, "internal": { "description": "Instant wallet to wallet", "isEnabled": true } }
Get all the transfer types available for the account and their destinations
API Key for accessing management endpoints
User ID
Account ID
OK
Show child attributes
["ES", "FR"]
"Domestic SEPA transfers"
true
"Instant wallet to wallet"