Temporary Pix 错误表
以下错误专属于临时 Pix 的各项操作。临时 Pix 转账还可能返回普通 Pix 转账的任何错误 —— 参见 执行 Pix 交易。
Response Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo",
"extra_fields": {}
}
| HTTP 状态码 | 错误代码 | 标题 | 描述 | 翻译 |
|---|---|---|---|---|
| 403 | PXT000206 | Forbidden | This requester is not allowed to use temporary Pix. | Este solicitante não está habilitado a utilizar Pix temporário. |
| 422 | PXT000200 | Unprocessable Entity | Temporary Pix requests can only be created or cancelled between {window_start} and {window_end}. | Solicitações de Pix temporário só podem ser criadas ou canceladas entre {window_start} e {window_end}. |
| 422 | PXT000201 | Unprocessable Entity | The temporary Pix request status does not allow this operation. | O status da solicitação de Pix temporário não permite esta operação. |
| 422 | PXT000202 | Unprocessable Entity | The requested total amount is below the {used_amount} already used today. | O valor total solicitado é inferior ao valor de {used_amount} já utilizado hoje. |
| 422 | PXT000203 | Unprocessable Entity | This transfer would exceed the temporary Pix total of {total_amount}, of which {used_amount} was already used today. | Esta transferência excederia o total de Pix temporário de {total_amount}, do qual {used_amount} já foi utilizado hoje. |
| 422 | PXT000204 | Unprocessable Entity | Temporary Pix transfers can only be executed until {execution_cutoff}. | Transferências de Pix temporário só podem ser executadas até as {execution_cutoff}. |
各操作可能出现的错误
| 操作 | 可能的错误 |
|---|---|
| 申请临时 Pix 限额 | PXT000206、PXT000200、PXT000202 |
| 查询限额申请 | 无专属错误 |
| 取消限额申请 | PXT000200、PXT000201 |
| 发起临时 Pix 转账 | PXT000201、PXT000203、PXT000204 |
关于 PXT000201 的说明
PXT000201 涵盖了申请状态不允许该操作的所有情形,具体是哪一种由 description 字段说明:
- 不存在使用该
pix_request_key的申请,或该申请不属于此请求方; - 对非
approved状态的申请尝试取消; - 对已使用过的申请尝试取消;
- 对没有有效已获批临时 Pix 的账户尝试转账 —— 包括该申请仍处于
pending_approval的情况。