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

# Confirm Hotel Purchase Setup

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

Confirm SetupIntent for deferred inline-pay hotel purchase.

Called after stripe.confirmSetup() succeeds. Saves the payment method
and kicks off the deferred booking flow.

## 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/b7b1f6448378?raw)
