---
title: "Confirm Hotel Purchase Payment"
method: POST
path: "/hotel-purchases/{hotel_purchase_id}/confirm-payment"
tags: ["hotel-purchases"]
---

# Confirm Hotel Purchase Payment

`POST /hotel-purchases/{hotel_purchase_id}/confirm-payment`

Confirm payment after frontend Stripe Elements card entry.

Called after stripe.confirmPayment() succeeds. Advances the hotel purchase
state machine from INITIATED to HOTEL_AUTHORIZED.

## Path parameters

- `hotel_purchase_id` string, uuid, required

## Response `200`

Successful Response

- ConfirmPaymentResponse
  - `hotel_purchase_id` string, uuid, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[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/82939784d881?raw)
