---
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.dev/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.dev/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc.dev/vivenu/apis/vivenu-api/revisions/2a7b4c7e78ec?raw)
