Skip to main content

Request token resend for a batch Pix transaction

A new token will be generated and sent to the account's transaction approver. If the limit number of token validation attempts has been exceeded, the resend will not be allowed.

Request

ENDPOINT
/account/ACCOUNT_KEY/pix_transfer/PIX_TRANSFER_KEY/resend_token
METHOD
PATCH

Path Params

FieldTypeDescriptionCharacters
account_key *uuidv4Unique account identification key.36
pix_transfer_batch_key *uuidv4Unique identification key for the batch transfer.36

Response

STATUS
202
Response Body: Transaction Requested
{
"request_control_key": "b6804f32-101e-4702-8fbc-c2dbc4c2caec",
"pix_transfer_batch_key": "8cb70dea-9fb0-4a68-9572-99a72849c8d6",
"pix_transfer_status": "pending_2fa_approval"
}
STATUS
4xx
Response Body: Transfer rejected
{
"title": "titulo",
"description": "description in English",
"translation": "description in portuguese",
"code": "codigo",
"extra_fields": {
"pix_transfer_data": {
"request_control_key": "b6804f32-101e-4702-8fbc-c2dbc4c2caec",
"pix_transfer_batch_key": "8cb70dea-9fb0-4a68-9572-99a72849c8d6",
"pix_transfer_status": "rejected"
}
}
}
HTTP Code
status
QI Code
code
Title
title
Description (eng)
description
Description (ptbr)
translation
400QIT000001Bad RequestSchema ErrorErro de Schema
404PXT000004Account not foundAccount not found for: {account_datum}Conta não encontrada para: {account_datum}
400PXT000176Error Sending TokenAn error occurred while resending token and its being investigatedUm erro ocorreu ao reenviar token e está sendo investigado
404PXT000178Pix Transfer Batch not foundA pix_transfer_batch not foundUma pix_transfer_batch não encontrada
400PXT000180Invalid StatusPix transfer Batch not in pending_2fa_approval statusPix transfer em lote não está pendente de aprovação por autenticação de dois fatores
400PXT000171Number of token validation attempts exceededThe maximum number of failed token validation attempts has been reachedNúmero máximo de tentativas de validação de token atingida
400PXT000172Token ExpiredToken has expired. Resend token or recreate transferToken has expired. Resend token or recreate transferToken expirado. Reenvie token ou recrie a transferência
400PXT000173Incorrect TokenToken sent does not match expectedToken enviado não condiz com, o esperado