Payment and Payment Management
CancelPixRecurrence
This method can be used to cancel a recurring Pix schedule (fully or partially).
post/CancelPixRecurrence
Request body
Example request
{
"Method": "CancelPixRecurrence",
"PartnerId": 30324,
"BusinessUnitId": 51138,
"TaxNumber": "12345678900",
"Identifier": "recorrencia-aluguel-2025",
"CancelAllRecurrence": true,
"TransactionsRecurrence": [
"trans_01",
"trans_02"
]
}Response
Cancellation successful
Example response
{
"Success": "true",
"Message": "ISI0001 - Método executado com sucesso"
}