---
title: "CancelPixRecurrence"
method: POST
path: "/CancelPixRecurrence"
tags: ["Payment and Payment Management"]
---

# CancelPixRecurrence

`POST /CancelPixRecurrence`

This method can be used to cancel a recurring Pix schedule (fully or partially).

## Request body

- object
  - `Method` string, required
  - `PartnerId` integer, required — Partner identifier provided by Fitbank
  - `BusinessUnitId` integer, required
  - `TaxNumber` string, required — CPF/CNPJ of the holder of the recurrence.
  - `Identifier` string, required — Unique recurrence identifier.
  - `CancelAllRecurrence` boolean, required — Defines whether to cancel the entire recurrence (true) or only specific items (false).
  - `TransactionsRecurrence` string[] — List of identifiers of recurring transactions to cancel (required if CancelAllRecurrence is false).

## Response `200`

Cancellation successful

- object
  - `Success` string
  - `Message` string

---

[API](https://skmtc.net/fitbank/apis/onboarding.md) · [All operations](https://skmtc.net/fitbank/apis/onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fitbank/onboarding/versions/f94d262a8f58/schema)
