Skip to main content
POST
Initiate a new account for the customer

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
title
string
required
currency
string
required
companyId
string
variantId
string

required if contract is multipleVariants

Response

201 - application/json

The account was initiated

id
string

Requested entity ID

Example:

"db4e04c3-4756-f3c4-7497-be928c51135"

entity
string

Requested entity

Example:

"account"

operation
enum<string>

Operation type

Available options:
sync,
async
Example:

"async"

status
enum<string>

Operation status

Available options:
queue,
processed,
pending
Example:

"processed"