查询开户请求详情
用于查询开户请求的完整详情,包括提案状态、相关方、附件文档、事件和配置等信息。
信息
此接口仅支持 checking(活期账户)和 escrow(托管账户)类型的账户。
Request
ENDPOINT
/v2/account_request/ACCOUNT_REQUEST_KEY/fullMÉTODO
GETPath Params
| 字段 | 类型 | 描述 |
|---|---|---|
ACCOUNT_REQUEST_KEY | UUID | 要查询的开户请求唯一密钥 |
Response
STATUS
200Response Body
{
"proposal_key": "3e4b8746-da58-4799-bcd0-063326428d3f",
"contract_number": "123456",
"requester_key": "47d08366-a8ec-414c-a0a5-a089fc8a4ee8",
"requester_name": "请求者姓名",
"requester_document_number": "30987145223",
"request_control_key": "f1a2b3c4-d5e6-7890-abcd-ef1234567890",
"created_account_key": "c2790f8c-2f93-5g87-b9e4-d437b3c90c78",
"reserved_related_account": {
"account_branch": "0001",
"account_number": "5960388",
"account_digit": "5",
"document_number": "30987145223",
"name": "账户持有人姓名",
"financial_institutions_code_number": "329",
"financial_institutions": {
"name": "QI Sociedade de Crédito Direto S.A.",
"code_number": 329,
"ispb": 32402502
},
"ted_account_type": {
"enumerator": "checking_account",
"translation_path": "...",
"created_at": "2023-05-15T19:56:10"
},
"is_activated": true,
"updated_at": "2023-05-15T19:56:10",
"created_at": "2023-05-15T19:56:10"
},
"proposal_status": {
"enumerator": "account_opened",
"translation_path": "...",
"created_at": "2023-05-15T19:56:10"
},
"account_type": {
"enumerator": "checking",
"translation_path": "...",
"created_at": "2023-05-15T19:56:10"
},
"document_key": "3571e292-3a83-4011-904d-20ee963022ef",
"document_template_key": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
"is_simplified": false,
"created_at": "2023-05-15T19:56:10",
"signed_contract": null,
"additional_documents": null,
"events": [
{
"old_status": {
"enumerator": "pending",
"translation_path": "...",
"created_at": "2023-05-15T19:56:10"
},
"new_status": {
"enumerator": "account_opened",
"translation_path": "...",
"created_at": "2023-05-15T19:56:10"
},
"rejection_reason": null,
"event_description": "账户开立成功",
"created_at": "2023-05-15T20:00:00"
}
],
"destinations": [
{
"account_branch": "0001",
"account_number": "5960389",
"account_digit": "7",
"document_number": "30987145223",
"name": "目标账户名称",
"financial_institutions_code_number": "329",
"financial_institutions": {
"name": "QI Sociedade de Crédito Direto S.A.",
"code_number": 329,
"ispb": 32402502
},
"ted_account_type": {
"enumerator": "checking_account",
"translation_path": "...",
"created_at": "2023-05-15T19:56:10"
},
"is_activated": true,
"updated_at": "2023-05-15T19:56:10",
"created_at": "2023-05-15T19:56:10"
}
],
"attached_documents": [
{
"document_key": "c3d4e5f6-a7b8-9012-cdef-123456789012",
"document_type": {
"enumerator": "identity",
"translation_path": "...",
"created_at": "2023-05-15T19:56:10"
},
"description": "身份证明文件",
"document_url": "https://example.com/document.pdf",
"is_activated": true,
"updated_at": "2023-05-15T19:56:10",
"created_at": "2023-05-15T19:56:10"
}
],
"related_parties": [
{
"person_key": "47d08366-a8ec-414c-a0a5-a089fc8a4ee8",
"person_type": {
"enumerator": "natural",
"translation_path": "...",
"created_at": "2023-05-15T19:56:10"
},
"individual_document_number": "30987145223",
"company_document_number": null,
"name": "Maria Luiza Vieira",
"mother_name": "Dona Maria Mariane",
"is_pep": false,
"final_beneficiary": true,
"is_signer": true,
"is_activated": true,
"address": {
"street": "Av. Brigadeiro Faria Lima",
"neighborhood": "Jardim Paulistano",
"number": "2391",
"postal_code": "01452905",
"city": "São Paulo",
"state": "SP",
"country": "BR",
"complement": "补充信息",
"created_at": "2023-05-15T19:56:10"
},
"phone": {
"phone_type": {
"enumerator": "mobile",
"translation_path": "...",
"created_at": "2023-05-15T19:56:10"
},
"country_code": "055",
"area_code": "11",
"number": "999999999",
"created_at": "2023-05-15T19:56:10"
},
"nationality": "巴西",
"email": "teste@gmail.com",
"birth_date": "1990-05-06",
"role_type": {
"enumerator": "account_holder",
"translation_path": "...",
"created_at": "2023-05-15T19:56:10"
},
"updated_at": "2023-05-15T19:56:10",
"created_at": "2023-05-15T19:56:10"
}
],
"credit_operations": [],
"automatic_transfer_config": {},
"billing_configuration_data": null,
"account_owner_data": null
}