cURL
curl --request POST \ --url https://sandbox-revo-api.raliopay.com/api/v1/account/users/{uid}/accounts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "alias": "<string>", "currency": "EUR" } '
{ "alias": "<string>", "balance": 123, "currency": "<string>", "id": "<string>", "pendingIn": 123, "pendingOut": 123, "state": "<string>", "type": "<string>" }
Create a new account for the authenticated user
API Key for accessing management endpoints
User ID
Account details
EUR
USD
Created