Skip to main content

Request account reservation

Request

ENDPOINT
/account_request/draft_checking
METHOD
POST

Account Opening

Request Body
{
"account_owner":{
"address":{
"street":"Av. Brigadeiro Faria Lima",
"state":"SP",
"city":"São Paulo",
"neighborhood":"Jardim Paulistano",
"number":"2391",
"postal_code":"01452905",
"complement":"Complemento"
},
"birth_date":"1990-05-06",
"email":"teste@gmail.com",
"individual_document_number":"99999999999",
"is_pep":false,
"mother_name":"Dona Maria Mariane",
"name":"Nome do Titular da Conta",
"nationality":"nationality",
"person_type":"natural",
"phone":{
"country_code":"055",
"area_code":"11",
"number":"999999999"
},
"monthly_income":1000
}
}

Account Opening

Request Body Params

FieldTypeDescription
account_owner*objectAccount holder details, including address and personal information.

account_owner Object

FieldTypeDescription
address*objectAccount holder's address.
birth_date*stringAccount holder's birth date (format "YYYY-MM-DD").
email*stringAccount holder's email.
individual_document_number*stringAccount holder's CPF (numbers only).
is_pep*booleanDeclaration if the person is a PEP.
mother_name*stringAccount holder's mother's name.
name*stringAccount holder's full name.
nationalitystringAccount holder's nationality.
person_type*enumPerson type, must always be "natural" for natural person.
phone*objectAccount holder's phone number.
monthly_incomenumberAccount holder's monthly income.

address Object

FieldTypeDescriptionCharacters
street*stringAddress street-
state*enumAddress state2
city*stringAddress city-
neighborhood*stringAddress neighborhood-
number*stringStreet number-
postal_code*stringAddress ZIP code-
complementstringAddress complement-

phone Object

FieldTypeDescription
country_code*stringPhone country code
area_code*stringPhone area code
number*stringPhone number

person_type Enumerators

EnumDescription
naturalNatural person
legalLegal entity

Response

STATUS
201
Response Body
{
"account_number": "1638634",
"reserved_account_status":"reserved",
"account_type": "checking",
"account_digit": "3",
"account_key": "b1690f7b-1e82-4f76-a8d3-c326a2b89b67",
"account_branch": "0001",
"account_name": "Nome do Proprietário",
"created_at": "2023-10-07T15:52:24"
}
Attention

The account_request_key field must be stored and will be used to confirm the account opening.

Response Body Params

FieldTypeDescriptionCharacters
account_key *stringAccount unique identification key-
STATUS
4xx
Response Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo",
"extra_fields": {}
}
HTTP Code
status
QI Code
code
Title
title
Description (eng)
description
Description(ptbr)
translation
400QIT000001Bad RequestSchema ErrorErro de Schema
404QIT000404Not FoundResource could not be foundRecurso não encontrado