确认开立企业账户
账户开立分两个必要步骤。首先,通过 POST 请求发送初步数据以预留账户。随后,系统触发状态为 pending_additional_data 的 account_request.status_change 类型 webhook。在第二步中,通过 PATCH 请求完成账户开立,以补充信息正式确认账户。
Request
ENDPOINT
/account_request/ACCOUNT_REQUEST_KEY/checkingMÉTODO
PATCHPath Params
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
account_request_key | uuidv4 | 账户预留请求的唯一标识键。 | 36 |
开立自由流动账户
Request Body
{
"account_owner": {
"phone": {
"country_code": "55",
"area_code": "11",
"number": "999999999"
},
"email": "email@teste.com.br",
"person_type": "legal",
"name": "Empresa de Teste",
"address": {
"street": "Rua Abrahão Calux",
"state": "SP",
"city": "São Paulo",
"neighborhood": "Vila Teste",
"number": "116",
"postal_code": "04286100",
"complement": "Complemento"
},
"trading_name": "Nome fantasia",
"company_document_number": "99999999000130",
"cnae_code": "4721102",
"foundation_date": "1980-07-11",
"company_statute": "99999999-01c9-4cf5-a0fa-1d2a96f4b34d",
"monthly_revenue": 100000,
"company_representatives": [
{
"name": "Nome do Socio",
"individual_document_number": "99999999999",
"document_identification_number": "999999999",
"birth_date": "1989-09-01",
"mother_name": "Maria da Silva",
"email": "teste@gmail.com",
"is_pep": false,
"person_type": "natural",
"nationality": "brasileiro(a)",
"marital_status": "single",
"document_identification": "88888-0ddf-4932-874f-9231794963da",
"phone": {
"country_code": "055",
"area_code": "19",
"number": "999999999"
},
"address": {
"street": "Rua dos Limões",
"neighborhood": "Vila Moinho Velho",
"city": "São Paulo",
"state": "SP",
"postal_code": "04286100",
"number": "116",
"complement": "complemento"
},
"representative_relationship": "ceo"
}
],
"company_type": "ltda"
},
"signed_contract": {
"document_key": "57cda530-d469-4427-a9d4-2523a510dee1",
"signatures": [
{
"authenticity": {
"timestamp": "2024-05-10T14:15:03.114895Z",
"ip_address": "192168161",
"lang": "-35.8916627",
"lat": "-7.2226067",
"session_id": "54b8e3cf-15de-41e5-9305-0ecf059d6e2a",
"facial_recognition_key": "c367a540-2e7e-4373-a167-61bc43c30dc1"
},
"signer": {
"name": "Nome do assinante",
"email": "teste@gmail.com.br",
"phone": {
"country_code": "55",
"area_code": "11",
"number": "999999999"
},
"document_number": "99999999"
},
"authentication_type": "opt-in"
}
]
},
"additional_documents": [
"61f2a65e-0ddf-4932-874f-9231794963da"
]
}
Request Body 参数
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
account_owner * | object | 账户持有人对象 | account_owner 对象 |
signed_contract * | object | 包含账户开立条款电子签名信息的对象。 | signed_contract 对象 |
additional_documents * | list | 包含账户持有人额外文件 document_key (uuidv4) 的列表。 | 36 |
account_owner 对象
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
address * | object | 账户持有人地址对象 | address 对象 |
cnae_code * | string | 国家经济活动分类代码 | 9 |
company_document_number * | string | CNPJ | 14 |
company_statute * | string | 公司章程 PDF 的 DOCUMENT_KEY(预先上传)。 | 36 |
company_type* | enum | 公司类型 | company_type 枚举值 |
company_representatives * | list | 公司法定代表人列表 | company_representatives 对象 |
email * | string | 公司机构电子邮件。 | 254 |
foundation_date * | string |