Skip to main content

Error Table for Temporary Pix

The errors below are specific to the temporary Pix operations. Temporary Pix transfers may also return any error of the ordinary Pix transfer — see Perform Pix Transaction.

Response Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "descrição em portugues",
"code": "codigo",
"extra_fields": {}
}
HTTP Status CodeError CodeTitleDescriptionTranslation
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}.

Where each error occurs

OperationPossible errors
Request an temporary Pix limitPXT000206, PXT000200, PXT000202
Consult the limit requestsno specific error
Cancel a limit requestPXT000200, PXT000201
Perform an temporary Pix transferPXT000201, PXT000203, PXT000204

Notes on PXT000201

PXT000201 covers every situation in which the request status does not allow the operation, and the description field details which one occurred:

  • there is no request with that pix_request_key, or it does not belong to the requester;
  • the cancellation was attempted on a request that is not approved;
  • the cancellation was attempted on a request already used;
  • the transfer was attempted on an account without an active approved temporary Pix limit — including when the request is still in pending_approval.