查询开户请求详情
用于查询开户请求的完整详情,包括提案状态、相关方、附件文档、事件和配置等信息。
信息
此接口仅支持 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",
"reserved_account_key": "b1690f7b-1e82-4f76-a8d3-c326a2b89b67",
"created_account_key": "c2790f8c-2f93-5g87-b9e4-d437b3c90c78",
"reserved_related_account": {
"reserved_account_key": "d3890g9d-3g04-6h98-c0f5-e548c4da1d89",
"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": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"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": [
{
"reserved_account_key": "e4901h0e-4h15-7i09-d1g6-f659d5eb2e90",
"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
}
Response Body 参数
| 字段 | 类型 | 描述 |
|---|---|---|
proposal_key | string | 开户请求唯一密钥 |
contract_number | string | 合同编号 |
requester_key | string | 请求者密钥 |
requester_name | string | 请求者姓名 |
requester_document_number | string | 请求者 CPF 或 CNPJ |
request_control_key | string | 请求控制密钥 |
reserved_account_key | string | 预留账户密钥 |
created_account_key | string | 已创建账户密钥 |
reserved_related_account | object | 预留关联账户数据(可为 null) |
proposal_status | object | 当前提案状态 |
account_type | object | 账户类型 |
document_key | string | 文档密钥 |
document_template_key | string | 文档模板密钥 |
is_simplified | boolean | 是否为简化账户 |
created_at | datetime | 请求创建日期 |
signed_contract | object | 已签署合同数据(可为 null) |
additional_documents | array | 附加文档(可为 null) |
events | array | 请求事件列表 |
rejection_reason | string | 拒绝原因,仅在被拒绝时出现 |
destinations | array | 已配置的目标账户列表 |
attached_documents | array | 附件文档列表 |
related_parties | array |