---
title: "Record Checkout Intent"
method: POST
path: "/memberships/checkout-intent"
tags: ["memberships"]
---

# Record Checkout Intent

`POST /memberships/checkout-intent`

Explicit join-form intent or payment submission; no client-selected user.

## Request body

- MembershipCheckoutIntent
  - `subscription_id` string, required
  - `phase` 'opened' | 'payment_submitted', required

## Response `200`

Successful Response

- MembershipCheckoutIntentResponse
  - `accepted` boolean, required

## Other responses

- `422` — Validation Error

## Changes

> 20 revisions in range; 1 not diffed.

- **2026-09-19** `e5f778e80f9a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/helloaxel/apis/client-api-gateway/changes/memberships/checkout-intent/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/c1e649dcf8e0?raw)
