Skip to main content
POST
Create an account (kyc)

Body

application/json
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

cpf
string | null

A Brazilian resident's CPF. Send this for a BRA tax residence, and passport for any other

Example:

"12345678901"

passport
object

A non-Brazilian resident's passport, sent in place of cpf

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