---
title: "Cancelar instrução de pagamento"
method: POST
path: "/pix/automatic/payment_intents/{id}/cancellations"
tags: ["Pix Automático"]
---

# Cancelar instrução de pagamento

`POST /pix/automatic/payment_intents/{id}/cancellations`

## Response `200`

OK

- PaymentIntentCancellationResponse
  - `id` string, uuid
  - `payment_intent_id` string, uuid
  - `end_to_end_id` string
  - `status` 'processing' | 'succeeded' | 'failed'
  - `reason` 'account_closed' | 'account_blocked' | 'authorization_revoked' | 'settlement_failed' | 'requested_by_payer' | 'requested_by_receiver' | 'other'
  - `requester_tax_id` string
  - `requester_ispb` string
  - `destination_ispb` string
  - `requested_at` string, date-time
  - `error_code` string, nullable
  - `reject_reason` string, nullable
  - `created_at` string, date-time
  - `updated_at` string, date-time

---

[API](https://skmtc.net/transfeera/apis/autentica-o.md) · [All operations](https://skmtc.net/transfeera/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfeera/autentica-o/revisions/cf24b926bbaa/schema)
