---
title: "POST /api/public/purchaseintents/checkout"
method: POST
path: "/api/public/purchaseintents/checkout"
tags: ["api", "purchaseintents"]
---

# POST /api/public/purchaseintents/checkout

`POST /api/public/purchaseintents/checkout`

Create a checkout for multiple PurchaseIntents

## Request body

- POSTPurchaseintentsCreateACheckoutForMultiplePurchaseIntents
  - `items` object[] — The purchase intents to include in the checkout
    - `secret` string, required — The secret for the purchase intent
    - `purchaseIntentId` string, required — The id of the purchase intent

## 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)
