Skip to main content

Cancel batch Pix transaction scheduling

Request

ENDPOINT
/account/ACCOUNT_KEY/pix_schedule_batch/SCHEDULE_BATCH_KEY/cancel
METHOD
PATCH

Path Params

FieldTypeDescriptionCharacters
account_keyuuidv4Unique account identification key.36
schedule_batch_keyuuidv4Unique batch schedule identification key.36

Response

STATUS
200
Response Body: Schedule Cancelled
{
"request_control_key": "b6804f32-101e-4702-8fbc-c2dbc4c2caec",
"schedule_batch_key": "f64b3fa7-d09d-4927-ad4f-b966df9fb153",
"schedule_batch_status": "cancelled",
"created_at": "2023-03-13T19:00:28.440Z"
}
STATUS
4xx
Response Body: Error
{
"title": "titulo",
"description": "description in English",
"translation": "description in portuguese",
"code": "codigo",
"extra_fields": {}
}
HTTP Code
status
QI Code
code
Title
title
Description (eng)
description
Description (ptbr)
translation
400QIT000001Bad Requestschema error descriptionSchema Inválido
404PSC000001Account not FoundAccount was not foundConta não encontrada
403PSC000012User is not allowed to do this transactionUser is not allowed to do this transactionUsuário não tem autorização para fazer essa transação
404PSC000025PixSchedule not FoundPixSchedule was not foundPixSchedule não encontrada
400PSC000027Bad RequestAction cannot be taken place as there is currently a pending transfer in progressA ação não pôde ser completada como há uma transferência pendente
404PSC000042Schedule Batch not FoundScheduleBatch was not foundScheduleBatch não encontrada
400PSC000043Schedule Batch could not be canceledScheduleBatch could not be canceled due to current date being equal or after earliest schedule date. Cancel pix_schedules one by oneScheduleBatch não pode ser cancelada devido a data atual ser superior ou igual à menor schedule_date. Cancele pix_schedules individualmente
400PSC000044Bad RequestSchedule Batch cannot be cancelled in current statusAgendamento pix não pode ser cancelado no status atual