跳到主要内容

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 状态码错误代码标题描述翻译
403PXT000206ForbiddenThis requester is not allowed to use temporary Pix.Este solicitante não está habilitado a utilizar Pix temporário.
422PXT000200Unprocessable EntityTemporary 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}.
422PXT000201Unprocessable EntityThe temporary Pix request status does not allow this operation.O status da solicitação de Pix temporário não permite esta operação.
422PXT000202Unprocessable EntityThe requested total amount is below the {used_amount} already used today.O valor total solicitado é inferior ao valor de {used_amount} já utilizado hoje.
422PXT000203Unprocessable EntityThis 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.
422PXT000204Unprocessable EntityTemporary Pix transfers can only be executed until {execution_cutoff}.Transferências de Pix temporário só podem ser executadas até as {execution_cutoff}.

各操作可能出现的错误

操作可能的错误
申请临时 Pix 限额PXT000206PXT000200PXT000202
查询限额申请无专属错误
取消限额申请PXT000200PXT000201
发起临时 Pix 转账PXT000201PXT000203PXT000204

关于 PXT000201 的说明

PXT000201 涵盖了申请状态不允许该操作的所有情形,具体是哪一种由 description 字段说明:

  • 不存在使用该 pix_request_key 的申请,或该申请不属于此请求方;
  • 对非 approved 状态的申请尝试取消;
  • 对已使用过的申请尝试取消;
  • 对没有有效已获批临时 Pix 的账户尝试转账 —— 包括该申请仍处于 pending_approval 的情况。