---
title: "Changes to Cancel a checkout session"
method: POST
path: "/api/v1/checkout-sessions/{id}/cancel"
---

# Changes to Cancel a checkout session

`POST /api/v1/checkout-sessions/{id}/cancel`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 54 revisions.

- **2026-03-31** (v1) `560215310a09` — 1 breaking, 2 info
- **2026-03-27** (v1) `de35c02bb0d2` — 3 breaking, 4 warning, 1 info
- **2026-03-12** (v1) `6d585460beed` — 1 warning
- **2026-03-06** (v1) `bfc7b3ed32b2` — 1 warning
- **2026-02-05** (v1) `f9c417ec1ed4` — 1 info
- **2026-01-28** (v1) `44bcc86fb202` — 1 info
- **2026-01-19** (v1) `7d4a46169b06` — 1 info
- **2025-07-09** (v1) `dece17f86f99` — 1 breaking

## Changes

- **2026-03-31** (v1) `560215310a09` — 1 breaking, 2 info
  - added `#/components/schemas/OnlinePaymentMethodConfig, #/components/schemas/BankTransferPaymentMethodConfig, #/components/schemas/ExternalPaymentMethodConfig` to the `session/payment_methods_config/oneOf[#/components/schemas/PaymentMethodsConfig]/` response property `oneOf` list for the response status `200`
  - added discriminator to `session/payment_methods_config/oneOf[#/components/schemas/PaymentMethodsConfig]/` response property for the response status `200`
  - removed `subschema #1, subschema #2, subschema #3` from the `session/payment_methods_config/oneOf[#/components/schemas/PaymentMethodsConfig]/` response property `oneOf` list for the response status `200`
- **2026-03-27** (v1) `de35c02bb0d2` — 3 breaking, 4 warning, 1 info
  - for the `path` request parameter `id`, the type/format was changed from `string`/`` to `string`/`MeteroidId`
  - added `#/components/schemas/BankAccountId, subschema #1` to the `session/payment_methods_config/oneOf[#/components/schemas/PaymentMethodsConfig]/oneOf[subschema #2]/account_id` response property `oneOf` list for the response status `200`
  - the `session/payment_methods_config/oneOf[#/components/schemas/PaymentMethodsConfig]/oneOf[subschema #2]/account_id` response's property type/format changed from `string, null`/`` to ``/`` for status `200`
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `400`
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `401`
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `404`
  - added the new `TOO_MANY_REQUESTS` enum value to the `code` response property for the response status `500`
  - added the non-success response with the status `429`
- **2026-03-12** (v1) `6d585460beed` — 1 warning
  - added the new `ADDON_PURCHASE` enum value to the `session/checkout_type` response property for the response status `200`
- **2026-03-06** (v1) `bfc7b3ed32b2` — 1 warning
  - added the new `PLAN_CHANGE` enum value to the `session/checkout_type` response property for the response status `200`
- **2026-02-05** (v1) `f9c417ec1ed4` — 1 info
  - added the optional property `session/payment_methods_config` to the response with the `200` status
- **2026-01-28** (v1) `44bcc86fb202` — 1 info
  - the endpoint scheme security `bearer_auth` was added to the API
- **2026-01-19** (v1) `7d4a46169b06` — 1 info
  - endpoint added
- **2025-07-09** (v1) `dece17f86f99` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/meteroid-oss/apis/meteroid/docs/api/v1/checkout-sessions/:id/cancel/post.md) · [API](https://skmtc.dev/meteroid-oss/apis/meteroid.md) · [Page](https://skmtc.dev/meteroid-oss/apis/meteroid/changes/api/v1/checkout-sessions/:id/cancel/post)
