Skip to main content
PATCH
/
api
/
v1
/
account
/
users
/
{uid}
/
accounts
/
{aid}
Update user account
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>"
}

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Path Parameters

uid
string
required

User ID

aid
string
required

Account ID

Body

application/json

Account details

alias
string
required

Response

OK

alias
string
balance
integer
currency
string
id
string
pendingIn
integer
pendingOut
integer
state
string
type
string