---
title: "Cancelando uma antecipação pending"
method: POST
path: "/recipients/{recipient_id}/bulk_anticipations/{bulk_anticipation_id}/cancel"
---

# Cancelando uma antecipação pending

`POST /recipients/{recipient_id}/bulk_anticipations/{bulk_anticipation_id}/cancel`

Cancela uma antecipação com status pending. Enquanto a antecipação foi criada e o Pagar.me ainda não a confirmou, você pode cancelar a antecipação a qualquer momento.

## Path parameters

- `recipient_id` string, required
- `bulk_anticipation_id` string, required

## Response `200`

200

- object
  - `id` string
  - `status` string
  - `amount` integer
  - `fee` integer
  - `fraud_coverage_fee` integer
  - `anticipation_fee` integer
  - `automatic_transfer` boolean
  - `type` string
  - `timeframe` string
  - `payment_date` string
  - `created_at` string
  - `updated_at` string
  - `anticipation_tax` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/pagar/apis/pagarme-api.md) · [All operations](https://skmtc.net/pagar/apis/pagarme-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pagar/pagarme-api/revisions/dababf062743/schema)
