Changelog
Introduction

Sections

Theme switcher

Create Account

In this section, you can find the endpoint for creating new Accounts in the system.

The request body cannot include empty or null fields. If you do not intend to use a certain field, please remove it entirely from the JSON rather than providing an empty string

Header Parameters

Authorizationstring

Body Parameters

emailstring Required

The email address for account registration.

passwordstring Required

The secure password for the new account

offerUuidstring

Identifier for a specific promotional offer

clientTypestring

Type of client (RETAIL, PROFESSIONAL, EXPERIENCED).

Enum values:
RETAILPROFESSIONALEXPERIENCED
createAsDepositedAccountboolean

Flag to set the account as initially deposited.

personalDetailsobject Required

Show child attributes

contactDetailsobject

Show child attributes

accountConfigurationobject

Show child attributes

addressDetailsobject

Detailed address components for the account holder’s residence or operational base.

Show child attributes

bankingDetailsobject

Show child attributes

leadDetailsobject

Show child attributes

Response

200
Object
OK

Response Attributes

uuidstring Required

Required. A unique identifier for the account.

oneTimeTokenstring

temporary token used for authentication or verification purposes.

createdstring Required

Required. The date and time the account was created.

updatedstring Required

Required. The date and time the account was last updated.

emailstring Required

Required. The email address associated with the account.

verificationStatusstring Required

Required. The current status of the account's verification.

Enum values:
NEWREJECTEDVERIFIEDBLOCKEDPENDING_VERIFICATIONUNVERIFIED
typestring

Type of account based on client classification. Possible values: RETAIL, PROFESSIONAL, EXPERIENCED.

Enum values:
RETAILPROFESSIONALEXPERIENCED
personalDetailsobject Required

Contains personal information about the account holder

Show child attributes

contactDetailsobject Required

Show child attributes

accountConfigurationobject Required

n object with details about account configuration

Show child attributes

addressDetailsobject Required

Show child attributes

bankingDetailsobject Required

Show child attributes

leadDetailsobject Required

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

POST

/

Select
1

Response

Was this section helpful?

What made this section unhelpful for you?