Skip to main content
POST
Create an individual account (kyc)

Body

application/json
identifier
object
required

How the holder is identified. A BRA tax residence is identified by CPF, every other residence by passport

tax-residence
string
required

Tax residence country, ISO-3

Example:

"BRA"

reward-tier
enum<number>
required

CDI reward tier (%) for the account. The parent account must hold the matching subaccounts--tier capability.

Available options:
93.5,
90,
97
Example:

97

first-name
string
required

Account holder's given name

Example:

"Maria"

last-name
string
required

Account holder's family name

Example:

"Silva"

date-of-birth
string<date>
required

Must be the birth date of someone at least 18 years old

Example:

"1990-04-12"

address
object
required
document
object
required

The holder's identity document. Referenced ids come from POST /v1/accounts/documents

liveness
object
required
pep
object
required
financial-profile
object
required

What the holder does, earns and owns. A declaration that informs compliance review

email
string<email>
Example:

"maria@example.com"

phone
string

At most 32 characters

Example:

"+5511999999999"

mother-full-name
string
Example:

"Ana Silva"

external-wallets
object[]

Response

An equivalent non-terminal request already exists

account
object
required