cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/merchant/user/accounts/{aid} \ --header 'Authorization: Bearer <token>'
{ "alias": "<string>", "balance": 123, "currency": "<string>", "id": "<string>", "pendingIn": 123, "pendingOut": 123, "purpose": "<string>", "state": "<string>", "type": "<string>", "user": { "country": "<string>", "createdAt": "<string>", "displayType": "<string>", "email": "<string>", "id": "<string>", "name": "<string>", "type": 1 } }
Get details of a specific account for the merchant user
API Key for accessing management endpoints
Account ID
OK
Show child attributes