Cancellation Methods

The methods below allow you to cancel recurrences and schedules.

Cancellation of Recurrence

CancelPixAutomatic: Allows the payer to cancel a previously authorized recurrence.

{
    "Method": "CancelPixAutomatic",
    "PartnerId": 30519,
    "BusinessUnitId": 51138,
    "TaxNumber": "84928589076",
    "RecurrenceId": "12345678901234567890123456789"
}
{
    "Success": "true",
    "Message": "Cancellation completed successfully."
}
ParameterDescriptionMandatoryTypeComments
MethodMethod or action to be executed in the requestYesString
BusinessUnitIdIdentifier of the business unitYesInteger
PartnerIdPartner identifierYesInteger
TaxNumberCPF/CNPJ of the user performing the actionYesString
RecurrenceIdRecurrence identifierYesString

Cancellation of Schedule

CancelTransactionPixAutomatic: Allows canceling a previously created Automatic Pix schedule.

{
    "Method": "CancelTransactionPixAutomatic",
    "BusinessUnitId": 1234,
    "PartnerId": 4321,
    "PayerIspb": 12345678,
    "ReceiverIspb": 87654321,
    "RecurrenceId": "RRR123456720240107000000002",
    "SchedulerId": "absdhidddFFG348764kbsjsQKIp",
    "TaxNumber": "12345678901"
}
{
    "Success": "true",
    "Message": "Cancellation completed successfully.",
    "RecurrenceId": "12345678901234567890123456789"
}

Note: The schedule can only be canceled until 11:59 PM on the day before the settlement date.

ParameterDescriptionMandatoryTypeComments
MethodMethod or action to be executed in the requestYesString
BusinessUnitIdIdentifier of the business unitYesInteger
PartnerIdPartner identifierYesInteger
PayerIspbISPB code of the payer's institutionYesInteger
ReceiverIspbISPB code of the receiver's institutionYesInteger
TaxNumberCPF/CNPJ of the user performing the actionYesString
RecurrenceIdRecurrence identifierYesString
SchedulerIdIdentifier for the scheduled transactionYesString