托管账户开户(个人)
Request
ENDPOINT
/escrowMÉTODO
POSTRequest Body
{
"account_owner": {
"person_type": "natural",
"name": "Patrícia Tereza Bernardes",
"mother_name": "Maria Mariane",
"birth_date": "1990-05-06",
"nationality": "nationality",
"is_pep": false,
"individual_document_number": "34651104630",
"document_identification": "3c24579b-9810-4fa6-9b08-fe67d237160a",
"email": "api@qitech.com.br",
"address": {
"street": "Av. Brigadeiro Faria Lima",
"state": "SP",
"city": "São Paulo",
"neighborhood": "Jardim Paulistano",
"number": "2391",
"postal_code": "01452905",
"complement": "1o. Andar"
},
"phone": {
"country_code": "055",
"area_code": "11",
"number": "999999999"
},
"proof_of_residence": "780456bd-1eec-4e5f-82c0-d8c3921497ea"
},
"destination_list": [
{
"account_branch": "0001",
"account_digit": "4",
"account_number": "15570",
"document_number": "34651104630",
"financial_institutions_code_number": "329",
"name": "Patrícia Tereza Bernardes",
"ted_account_type": "deposit_account"
}
],
"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_owner * | object | 账户所有人对象 | account_owner 对象 |
destination_list | object | 目标账户列表,即允许转入资金的账户列表。 | destination_list 对象 |
signed_contract * | object | 包含合同签名信息的对象。 | signed_contract 对象 |
account_owner 对象
| 字段 | 类型 | 描述 | 字符 |
|---|---|---|---|
address | string | 客户地址。 | address 对象 |
birth_date * | string | 人员出生日期(格式"YYYY-MM-DD" |