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