托管账户开户(法人)
Request
ENDPOINT
/escrowMÉTODO
POSTRequest Body
{
"account_manager": {
"address": {
"city": "São Paulo",
"complement": "",
"neighborhood": "Vila Madalena",
"number": "40",
"postal_code": "05435030",
"state": "SP",
"street": "Rua das batatas"
},
"cnae_code": "6619-3/99",
"company_document_number": "99999999000188",
"company_representatives": [
{
"address": {
"city": "São Paulo",
"complement": "",
"neighborhood": "Vila Madalena",
"number": "40",
"postal_code": "05435030",
"state": "SP",
"street": "Rua da Alegria"
},
"birth_date": "1982-12-30",
"email": "teste@email.tech",
"individual_document_number": "99999999999",
"is_pep": false,
"mother_name": "Ana Perdigão",
"name": "João Victor",
"nationality": "Brasileira",
"person_type": "natural",
"phone": {
"area_code": "12",
"country_code": "055",
"number": "999999999"
},
"document_identification": "a28b9c7d-f0c3-4310-ac6d-61898d29b18d",
"proof_of_residence": "a28b9c7d-f0c3-4310-ac6d-61898d29b18d"
}
],
"company_statute": "a28b9c7d-f0c3-4310-ac6d-61898d29b18d",
"directors_election_minute": "a28b9c7d-f0c3-4310-ac6d-61898d29b18d",
"email": "email@teste.tech",
"foundation_date": "2021-10-05",
"name": "TESTE TECH LTDA.",
"person_type": "legal",
"phone": {
"area_code": "11",
"country_code": "55",
"number": "999999999"
},
"trading_name": "TESTE TECH LTDA."
},
"account_owner": {
"address": {
"city": "Caraguatatuba",
"complement": "complemento",
"neighborhood": "Jaraguazinho",
"number": "924",
"postal_code": "11675200",
"state": "SP",
"street": "Praça da Rua"
},
"cnae_code": "4721-1/02",
"company_statute": "70448962-8f01-4835-b031-755514192641",
"company_document_number": "49999999000130",
"company_type": "ltda",
"email": "email@yteste.com",
"foundation_date": "2017-09-16",
"name": "NOME DA EMPRESA",
"person_type": "legal",
"phone": {
"area_code": "19",
"country_code": "055",
"number": "988888888"
},
"trading_name": "Pães e Doces",
"company_representatives": [
{
"name": "Marco Ayo",
"address": {
"city": "Recife",
"complement": null,
"neighborhood": "Fundão",
"number": "137",
"postal_code": "522222220",
"state": "PE",
"street": "Rua dos Camaroes"
},
"email": "marcos.teste@teste.com",
"birth_date": "1972-02-02",
"individual_document_number": "55555555555",
"document_identification": "70448962-8454-4835-b031-755514192641",
"document_identification_number": "999999999",
"is_pep": false,
"marital_status": "single",
"mother_name": "Sueli da Mata",
"nationality": "Brasileira",
"person_type": "natural",
"phone": {
"area_code": "88",
"country_code": "055",
"number": "999999999"
}
}
]
},
"destination_list": [
{
"account_branch": "0001",
"account_digit": "2",
"account_number": "123321",
"document_number": "99999999999",
"financial_institutions_code_number": "341",
"name": "Conta Destino Teste SA."
}
],
"allowed_user": {
"email": "teste@email.com",
"individual_document_number": "99999999999",
"name": "Luiz Alberto ",
"person_type": "natural",
"phone": {
"country_code": "055",
"area_code": "12",
"number": "999999999"
}
},
"signed_contract": {
"document_key": "4d7f4e29-4b58-4905-9a69-b1f9215263f5",
"signatures": [
{
"authenticity": {
"timestamp": "1970-01-01T00:00:01.080100Z",
"facial_recognition_key": "79003de0-2590-455d-9b73-426b8ca284eb",
"lang": "-35.8916627",
"lat": "-7.2226067",
"ip_address": "177.51.1.000",
"session_id": "jdifj329842"
},
"signer": {
"name": "IVANILDO DE SENA LIMA",
"email": "teste@gmail.com",
"phone": {
"country_code": "055",
"area_code": "11",
"number": "999999999"
},
"document_number": "99999999999"
},
"authentication_type": "opt-in"
}
]
}
}
Body Params
| 字段 | 类型 | 描述 | 字符 |
|---|---|---|---|
account_manager * | object | 负责账户操作的人员对象。 | address 对象 |
account_owner * | object | 账户所有人对象。 | account_owner 对象 |
allowed_user * | object | 拥有账户查询访问权限的人员对象。 | allowed_user 对象 |
destination_list * | object | 目标账户列表,即允许转入资金的账户列表。 | destination_list 对象 |
signed_contract * | object | 包含合同签名信息的对象。 | signed_contract 对象 |
account_manager 对象
| 字段 | 类型 | 描述 | 字符 |
|---|---|---|---|
address * | object | 客户地址。 | address 对象 |
cnae_code * | string | 国家经济活动分类代码 | 14 |
company_document_number | object | CNPJ | 14 |
company_statute * | string | 公司章程 PDF 的 DOCUMENT_KEY(预先上传)。 | uuid 密钥 |
directors_election_minute * | string | 公司法定代表人会议纪要 PDF 的 DOCUMENT_KEY(预先上传)。 | uuid 密钥 |
email * | string | 公司机构电子邮件。 | |
foundation_date * | date | 公司成立日期(格式"YYYY-MM-DD")。 | |
name * | string | 公司名称。 | |
person_type * | string | 标识发送对象为法人的标识符。法人(PJ)对象必须始终包含值"legal"。 | |
phone | string | 包含电话数据的对象 | phone 对象 |
trading_name * | string | 公司商号名称 |