---
title: "Cancel Checkout Session"
method: POST
path: "/checkout/v3/cancel"
---

# Cancel Checkout Session

`POST /checkout/v3/cancel`

## Headers

- `Authorization` string, required

## Response `200`

Result.

- object
  - `isOrderCancelled` boolean — Whether the checkout session is no longer available, and can't accept further payments. **Note:** This property only reflects the cancellation of the session, not the order. To track order status, listen for [Order Events](../../events/introduction#order-events), or [view the list of orders](/../../guides/publisher-dashboard/view-orders) in the Publisher Dashboard.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized - invalid or missing token.
- `500` — Internal server error.

---

[API](https://skmtc.net/appcharge/apis/grant-award.md) · [All operations](https://skmtc.net/appcharge/apis/grant-award/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcharge/grant-award/revisions/b4f6759240d5/schema)
