---
title: "Confirm Contract Delivery"
method: POST
path: "/api/checkout/v1/confirm/"
tags: ["api"]
---

# Confirm Contract Delivery

`POST /api/checkout/v1/confirm/`

An endpoint that confirms an order has been fulfilled for a given contract.

## Request body

- ContractsConfirm
  - `external_uuid` string, uuid, required — The UUID of the contract to be confirmed.

## Response `200`

- ContractsConfirmResponse
  - `success` boolean, required — Whether the confirmation has been processed successfully.
  - `success_message` string, required — Details of the confirmation.

## Other responses

- `400`

---

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