---
title: "Record Checkout"
method: POST
path: "/checkout-evidence/"
tags: ["checkout-evidence"]
---

# Record Checkout

`POST /checkout-evidence/`

## Request body

- CheckoutEvidenceRequest
  - `id` string, uuid, required
  - `reference_id` string, required
  - `purchase_type` 'flight' | 'hotel' | 'membership' | 'bundle', required
  - `acceptance` CheckoutAcceptance
    - `accepted` true, required
    - `terms_version` string, required
    - `terms_url` string, required
    - `disclosure` string, required
    - `fare_rules` string, nullable
    - `refund_policy` string, nullable
    - `amount_cents` integer, required
    - `currency` string, required
    - `accepted_at` string, date-time, required
  - `device_id` string, uuid, nullable
  - `timezone` string, nullable

## Response `201`

Successful Response

- object

## Other responses

- `422` — Validation Error

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-09-26** `ff95d5d338e4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/helloaxel/apis/client-api-gateway/changes/checkout-evidence/post.md)

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc.dev/helloaxel/apis/client-api-gateway/revisions/ff95d5d338e4?raw)
