hotel-purchases
Create Hotel Purchase
Start a hotel purchase with auth-capture payment flow.
Two modes:
- Saved card (payment_method_id provided): resolves Stripe customer, creates hotel purchase with off-session auth. Returns status "processing".
- Inline pay (no payment_method_id): resolves user email for Stripe customer creation, creates hotel purchase with unconfirmed PI. Returns client_secret for frontend card entry.
post/hotel-purchases/
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.