Skip to main content

AccountCreateRequest

accountTypestringrequired

Account type.

Possible values: [INDIVIDUAL, BUSINESS]

accountNamestringrequired

Name of account.

Possible values: non-empty

emailstring

Email address.

phoneNumberstringrequired

Phone number of customer (preferably mobile).

Possible values: non-empty

countryCodestringrequired

Country of residence for INDIVIDUAL. Country of registration for BUSINESS.

Possible values: non-empty

Example: GB
externalIdstringrequired

Client-provided identifier for the account. Used for idempotency and external reference.

Possible values: <= 36 characters

AccountCreateRequest
{
"accountType": "INDIVIDUAL",
"accountName": "string",
"email": "string",
"phoneNumber": "string",
"countryCode": "GB",
"externalId": "string"
}