双因素验证
沙盒环境中的令牌
为方便在沙盒环境中进行测试,令牌值将始终为 329329。
此行为仅适用于沙盒环境。
Request
ENDPOINT
/baas/pix/key_claim_request/CLAIM_REQUEST_KEY/twofa_validationMÉTODO
PATCHPath params
| 字段 | 类型 | 描述 |
|---|---|---|
claim_request_key | string | 可携性申请密钥。 |
Request Body
{
"verification_code": "432371"
}
Body Params
| 字段 | 类型 | 描述 | 字符数 |
|---|---|---|---|
verification_code | string | 在手机号或电子邮件中收到的令牌。 | 6 |
Response
STATUS
200Response Body
{
"max_conclusion_date": "2023-05-26T12:13:25",
"claim_request_status": "pending",
"claimant": {
"document_number": "12345678000190",
"claimant_key": "6aaadfbc-76ba-45d2-bb21-138bcb2baa62",
"account_opened_at": "2023-01-17T12:28:37",
"account_branch": "0001",
"account_type": "escrow",
"account_number": "7336349",
"person_type": "legal",
"account_digit": "0"
},
"max_resolution_date": "2023-05-19T12:13:25",
"claimant_bank_name": "QI SCD S.A.",
"pix_key": {
"pix_key_type": "cnpj",
"pix_key_status": "pending_confirmation",
"created_at": "2023-05-12T12:13:24",
"updated_at": "2023-05-12T12:13:24",
"account_key": "169010e3-6c1e-4521-9253-11cbbf36c59j",
"pix_key": "12345678000190"
},
"donator_ispb": null,
"external_key": null,
"claim_request_key": "7f8b67d2-d8e4-4759-85eb-e4d0ac24708c",
"claim_request_type": "portability",
"client_role": "claimant",
"confirmation_reason": null,
"requester_key": "e151044c-44d0-48b3-9df1-0b9475077fe5",
"claimant_bank_code": "329",
"cancelled_by": null,
"request_failure_reason": null,
"donator": null,
"account_key": "169010e3-6c1e-4521-9253-11cbbf36c59j"
}
STATUS
4XXResponse Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo",
"extra_fields": {}
}
| HTTP 代码 | QI 代码code | 标题title | 描述(英文)Description | 描述(葡萄牙语)translation |
|---|---|---|---|---|
| 400 | PIX000047 | Claim request action not allowed on current status | Validate Claim request action only allowed for pending_validation requests. | Ação validate para claim request permitida somente para pedidos pending_validation. |
| 401 | 2FA000401 | Unauthorized | Invalid verification combination. | Código de verificação inválido. |
| 403 | 2FA000403 | Forbidden | Code already verified. | Este código já foi utilizado. |
| 403 | QIT000005 | Permission Validator Error. | Selected agent do not own this item. | O agente selecionado não é dono do item. |
| 410 | 2FA000410 | Gone | Expired Code. | Código de verificação expirado. |
| 404 | PIX000031 | Claim Request not found | Claim Request not found for key: 7f8b67d2-d8e4-4759-85eb-e4d0ac24708c. | Claim Request não encontrada para a chave: 7f8b67d2-d8e4-4759-85eb-e4d0ac24708c. |