Automatic Pix
CancelTransactionPixAutomatic
Cancel an automatic Pix recurrence.
post/CancelTransactionPixAutomatic
Request body
Example request
{
"Method": "CancelTransactionPixAutomatic",
"PartnerId": 1001,
"BusinessUnitId": 2002,
"RecurrenceId": "RN1320335420251010e50c9fe46b0",
"SchedulerId": "TX-987654321"
}Response
Transação cancelada com sucesso
Example response
{
"Success": "true",
"Message": "Transação cancelada com sucesso.",
"TransactionId": "TX-987654321"
}