Query account request details
Endpoint to query the full details of an account opening request, including information about the proposal status, related parties, attached documents, events, and configurations.
Information
This endpoint only supports checking and escrow account types.
Request
ENDPOINT
/v2/account_request/ACCOUNT_REQUEST_KEY/fullMETHOD
GETPath Params
| Field | Type | Description |
|---|---|---|
ACCOUNT_REQUEST_KEY | UUID | Unique key of the account request to be queried |
Response
STATUS
200Response Body
{
"proposal_key": "3e4b8746-da58-4799-bcd0-063326428d3f",
"contract_number": "123456",
"requester_key": "47d08366-a8ec-414c-a0a5-a089fc8a4ee8",
"requester_name": "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": "Account Holder 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": "Account opened successfully",
"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": "Destination 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": "Identity document",
"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": "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": "Brazilian",
"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 Params
| Field | Type | Description |
|---|---|---|
proposal_key | string | Unique key of the account request |
contract_number | string | Contract number |
requester_key | string | Requester key |
requester_name | string | Requester name |
requester_document_number | string | Requester CPF or CNPJ |
request_control_key | string | Request control key |
reserved_account_key | string | Reserved account key |
created_account_key | string | Created account key |
reserved_related_account | object | Reserved related account data (can be null) |
proposal_status | object | Current proposal status |
account_type | object | Account type |
document_key | string | Document key |
document_template_key | string | Document template key |
is_simplified | boolean | Indicates if it is a simplified account |
created_at | datetime | Request creation date |
signed_contract | object | Signed contract data (can be null) |
additional_documents | array | Additional documents (can be null) |
events | array | List of request events |
rejection_reason | string | Rejection reason, present only if there is a rejection |
destinations | array | List of configured destinations |
attached_documents | array | List of attached documents |
related_parties | array | List of related parties |
credit_operations | array | List of credit operations |
automatic_transfer_config | object | Automatic transfer configuration |
billing_configuration_data | object | Billing configuration (can be null) |
account_owner_data | object | Account owner data (can be null) |
Object proposal_status / account_type
| Field | Type | Description |
|---|---|---|
enumerator | string | Enumerator value |
translation_path | string | Translation path |
created_at | datetime | Creation date |
Enumerators proposal_status
| Enumerator | Description |
|---|---|
pending | Pending |
pending_kyc_analysis | Pending KYC analysis |
account_opened | Account opened |
rejected | Rejected |
cancelled | Cancelled |
Enumerators account_type
| Enumerator | Description |
|---|---|
checking | Checking account |
escrow | Escrow account |
Object events
| Field | Type | Description |
|---|---|---|
old_status | object | Previous status (same format as proposal_status) |
new_status | object | New status (same format as proposal_status) |
rejection_reason | string | Rejection reason (can be null) |
event_description | string | Event description |
created_at | datetime | Event date |
Object destinations / reserved_related_account
| Field | Type | Description |
|---|---|---|
reserved_account_key | string | Reserved account key |
account_branch | string | Branch |
account_number | string | Account number |
account_digit | string | Check digit |
document_number | string | CPF or CNPJ |
name | string | Account holder name |
financial_institutions_code_number | string | Financial institution code |
financial_institutions | object | Financial institution data |
ted_account_type | object | TED account type |
is_activated | boolean | Whether the destination is active |
updated_at | datetime | Update date |
created_at | datetime | Creation date |
Object attached_documents
| Field | Type | Description |
|---|---|---|
document_key | string | Unique document key |
document_type | object | Document type (enumerator format) |
description | string | Document description |
document_url | string | Document URL |
is_activated | boolean | Whether the document is active |
updated_at | datetime | Update date |
created_at | datetime | Creation date |
Object related_parties
| Field | Type | Description |
|---|---|---|
person_key | string | Unique person key |
person_type | object | Person type (enumerator format) |
individual_document_number | string | CPF |
company_document_number | string | CNPJ |
name | string | Name |
mother_name | string | Mother's name |
is_pep | boolean | Whether the person is politically exposed |
final_beneficiary | boolean | Whether the person is the final beneficiary |
is_signer | boolean | Whether the person is a signer |
is_activated | boolean | Whether the party is active |
address | object | Address |
phone | object | Phone |
nationality | string | Nationality |
email | string | |
birth_date | string | Date of birth |
role_type | object | Role type (enumerator format) |
updated_at | datetime | Update date |
created_at | datetime | Creation date |
Errors
STATUS
404Response Body: Account request not found
{
"title": "Proposal Not Found",
"description": "Proposal not found.",
"translation": "Proposta não encontrada.",
"code": "ACR000003"
}
STATUS
400Response Body: Unsupported account type
{
"title": "Temporarily unavailable",
"description": "Temporarily unavailable",
"translation": "Temporariamente indisponível",
"code": "ACR000068"
}
STATUS
403Response Body: User does not have credentials
{
"title": "Permission Validator Error",
"description": "Selected agent do not own this item.",
"translation": "O agente selecionado não é dono do item.",
"code": "QIT000005"
}