跳到主要内容

按账户查询可携性

Request

ENDPOINT
/baas/pix/key_claim_request/account/ACCOUNT_KEY
MÉTODO
GET
Request Body

Path Params

字段类型描述字符数
account_keystringQIConta 标识键。36

Query Params

字段类型描述字符数
page_numberinteger当前查询的页码。-
page_sizeinteger每页结果数量。-
claim_statusstring可携性状态。若未发送,将列出所有未完成的可携性记录枚举值

枚举值 pix_key_type

枚举值说明
pending待处理
opened已开启
pending_confirmation待确认
confirmed已确认
cancelled已取消
concluded已完成
failed失败
pending_donator_validation待捐赠者验证
pending_claimer_validation待申请者验证

Response

STATUS
200
Response Body
{
"data": [
{
"account_key": "be0884bc-44a4-4907-8627-ef976e477aef",
"cancellation_reason": null,
"cancelled_by": null,
"claim_flow_type": "donator",
"claim_request_key": "be0884bc-44a4-4907-8627-ef976e477aef",
"claim_status": "pending_confirmation",
"claim_type": "portability",
"claimant_account_branch": "9999",
"claimant_account_number": "0",
"claimant_document_number": "37059093800",
"claimant_person_type": "natural",
"confirmation_reason": null,
"created_at": "2023-11-06T17:30:11",
"donator_ispb": 32402502,
"limit_conclusion_date": null,
"limit_resolve_date": "2023-11-13T17:29:00",
"max_conclusion_date": null,
"max_resolution_date": "2023-11-13T17:29:00",
"pix_key": "45574823098",
"pix_key_claim_id": "205c72ab-c03e-43b7-a43d-2409e21fa5be",
"pix_key_type": "cpf",
"requester_key": "be0884bc-44a4-4907-8627-ef976e477aef"
}
],
"pagination": {
"current_page": 1,
"next_page": null,
"rows_per_page": 10
}
}
STATUS
4XX
Response Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo",
"extra_fields": {}
}
HTTP 代码QI 代码
code
标题
title
描述(英文)
Description
描述(葡萄牙语)
translation
400PIX000071Unknown Claim Request StatusUnknown claim_status {claim_status}.claim_status {claim_status} não reconhecido.
403PIX000054Invalid PermissionPerson {person_key} does not have administration roles for account {account_key}.Pessoa {person_key} não tem credencial de administrador para a conta {account_key}.