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

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Path Parameters

uid
string
required

User ID

Body

application/json

Account details

alias
string
required
currency
enum<string>
required
Available options:
EUR,
USD

Response

Created

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