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 Code | Error Code | Title | Description | Translation |
|---|---|---|---|---|
| 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}. |
Where each error occurs
| Operation | Possible errors |
|---|---|
| Request an temporary Pix limit | PXT000206, PXT000200, PXT000202 |
| Consult the limit requests | no specific error |
| Cancel a limit request | PXT000200, PXT000201 |
| Perform an temporary Pix transfer | PXT000201, 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.