---
title: "Changes to Confirm checkout intent"
method: POST
path: "/api/v1/checkout-intents/{id}/confirm"
---

# Changes to Confirm checkout intent

`POST /api/v1/checkout-intents/{id}/confirm`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 48 revisions.

- **2026-07-03** `cd4a7aa2308b` — 1 breaking, 5 info
- **2026-07-01** `f2236504ec75` — 6 info
- **2026-06-08** `0b28c67737d3` — 1 info
- **2026-05-29** `62bb6bbe00e8` — 5 warning, 5 info
- **2026-05-28** `ef0711e6ed59` — 5 info
- **2026-05-13** `5a2e900cb854` — 1 warning
- **2026-05-08** `1b3109ffb8ce` — 1 warning
- **2026-05-07** `805117262a29` — 1 info
- **2026-05-07** `7377af92f84a` — 1 info
- **2026-05-06** `36102c335822` — 1 warning

## Changes

- **2026-07-03** `cd4a7aa2308b` — 1 breaking, 5 info
  - removed `#/components/schemas/NekudaPaymentMethod, #/components/schemas/PravaPaymentMethod` from the `paymentMethod` request property `anyOf` list
  - removed `#/components/schemas/NekudaPaymentMethod, #/components/schemas/PravaPaymentMethod` from the `anyOf[subschema #2: Awaiting Confirmation]/allOf[subschema #2]/paymentMethod` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/NekudaPaymentMethod, #/components/schemas/PravaPaymentMethod` from the `anyOf[subschema #3: Requires Action]/allOf[subschema #2]/paymentMethod` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/NekudaPaymentMethod, #/components/schemas/PravaPaymentMethod` from the `anyOf[subschema #4: Placing Order]/allOf[subschema #2]/paymentMethod` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/NekudaPaymentMethod, #/components/schemas/PravaPaymentMethod` from the `anyOf[subschema #5: Completed]/allOf[subschema #2]/paymentMethod` response property `anyOf` list for the response status `200`
  - removed `#/components/schemas/NekudaPaymentMethod, #/components/schemas/PravaPaymentMethod` from the `anyOf[subschema #6: Failed]/allOf[subschema #2]/paymentMethod` response property `anyOf` list for the response status `200`
- **2026-07-01** `f2236504ec75` — 6 info
  - added the optional property `anyOf[subschema #1: Retrieving Offer]/allOf[#/components/schemas/BaseCheckoutIntent]/referenceId` to the response with the `200` status
  - added the optional property `anyOf[subschema #2: Awaiting Confirmation]/allOf[#/components/schemas/BaseCheckoutIntent]/referenceId` to the response with the `200` status
  - added the optional property `anyOf[subschema #3: Requires Action]/allOf[#/components/schemas/BaseCheckoutIntent]/referenceId` to the response with the `200` status
  - added the optional property `anyOf[subschema #4: Placing Order]/allOf[#/components/schemas/BaseCheckoutIntent]/referenceId` to the response with the `200` status
  - added the optional property `anyOf[subschema #5: Completed]/allOf[#/components/schemas/BaseCheckoutIntent]/referenceId` to the response with the `200` status
  - added the optional property `anyOf[subschema #6: Failed]/allOf[#/components/schemas/BaseCheckoutIntent]/referenceId` to the response with the `200` status
- **2026-06-08** `0b28c67737d3` — 1 info
  - the security scope `checkout_intents:write` was added to the endpoint's security scheme `bearerAuth`
- **2026-05-29** `62bb6bbe00e8` — 5 warning, 5 info
  - removed the optional property `anyOf[subschema #2: Awaiting Confirmation]/allOf[subschema #2]/offer/developerCommission` from the response with the `200` status
  - removed the optional property `anyOf[subschema #3: Requires Action]/allOf[subschema #2]/offer/developerCommission` from the response with the `200` status
  - removed the optional property `anyOf[subschema #4: Placing Order]/allOf[subschema #2]/offer/developerCommission` from the response with the `200` status
  - removed the optional property `anyOf[subschema #5: Completed]/allOf[subschema #2]/offer/developerCommission` from the response with the `200` status
  - removed the optional property `anyOf[subschema #6: Failed]/allOf[subschema #2]/offer/developerCommission` from the response with the `200` status
  - added the optional property `anyOf[subschema #2: Awaiting Confirmation]/allOf[subschema #2]/offer/commission` to the response with the `200` status
  - added the optional property `anyOf[subschema #3: Requires Action]/allOf[subschema #2]/offer/commission` to the response with the `200` status
  - added the optional property `anyOf[subschema #4: Placing Order]/allOf[subschema #2]/offer/commission` to the response with the `200` status
  - added the optional property `anyOf[subschema #5: Completed]/allOf[subschema #2]/offer/commission` to the response with the `200` status
  - added the optional property `anyOf[subschema #6: Failed]/allOf[subschema #2]/offer/commission` to the response with the `200` status
- **2026-05-28** `ef0711e6ed59` — 5 info
  - added the optional property `anyOf[subschema #2: Awaiting Confirmation]/allOf[subschema #2]/offer/developerCommission` to the response with the `200` status
  - added the optional property `anyOf[subschema #3: Requires Action]/allOf[subschema #2]/offer/developerCommission` to the response with the `200` status
  - added the optional property `anyOf[subschema #4: Placing Order]/allOf[subschema #2]/offer/developerCommission` to the response with the `200` status
  - added the optional property `anyOf[subschema #5: Completed]/allOf[subschema #2]/offer/developerCommission` to the response with the `200` status
  - added the optional property `anyOf[subschema #6: Failed]/allOf[subschema #2]/offer/developerCommission` to the response with the `200` status
- **2026-05-13** `5a2e900cb854` — 1 warning
  - removed the optional property `anyOf[subschema #5: Completed]/allOf[subschema #2]/commissions` from the response with the `200` status
- **2026-05-08** `1b3109ffb8ce` — 1 warning
  - added the new `payment_cvc_expired` enum value to the `anyOf[subschema #6: Failed]/allOf[subschema #2]/failureReason/code` response property for the response status `200`
- **2026-05-07** `805117262a29` — 1 info
  - added the optional property `anyOf[subschema #5: Completed]/allOf[subschema #2]/commissions` to the response with the `200` status
- **2026-05-07** `7377af92f84a` — 1 info
  - removed the `payment_cvc_expired` enum value from the `anyOf[subschema #6: Failed]/allOf[subschema #2]/failureReason/code` response property for the response status `200`
- **2026-05-06** `36102c335822` — 1 warning
  - added the new `payment_cvc_expired` enum value to the `anyOf[subschema #6: Failed]/allOf[subschema #2]/failureReason/code` response property for the response status `200`

---

[Operation](https://skmtc.dev/rye-com/apis/universal-checkout-api/docs/api/v1/checkout-intents/:id/confirm/post.md) · [API](https://skmtc.dev/rye-com/apis/universal-checkout-api.md) · [Page](https://skmtc.dev/rye-com/apis/universal-checkout-api/changes/api/v1/checkout-intents/:id/confirm/post)
