---
title: "Cancel authorized payment"
method: PATCH
path: "/capture/{order_id}"
tags: ["Payments"]
---

# Cancel authorized payment

`PATCH /capture/{order_id}`

Cancel an authorized credit or debit card payment.

## Path parameters

- `order_id` string, required

## Request body

- object
  - `status` 'cancelled', required — The [order status](/https://docs.multisafepay.com/docs/payment-statuses/).
  - `reason` string, required — The reason for cancelling the order.
  - `description` string — Any additional information.

## Response `200`

Request successful

- object
  - `success` Success — unresolved $ref
  - `data` object — Information about cancelled authorized payment.
    - `transaction_id` Schema — unresolved $ref
    - `order_id` string — Your unique (client-defined) identifier for the order.
    - `success` boolean

## Other responses

- `404` — Error

---

[API](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api.md) · [All operations](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multisafepay/multisafepay-banking-order-api/revisions/ce9612e4a307/schema)
