---
title: "POST /api/checkout/{id}/confirm-cpm"
method: POST
path: "/api/checkout/{id}/confirm-cpm"
tags: ["api", "checkout"]
---

# POST /api/checkout/{id}/confirm-cpm

`POST /api/checkout/{id}/confirm-cpm`

Confirm a checkout via CPM

## Path parameters

- `id` string, required

## Request body

- POSTCheckoutConfirmACheckoutViaCpm
  - `secret` string, required — The secret token of the checkout
  - `customerPaymentMethodId` string, required — The ID of the customer payment method

## Response `200`

OK

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
