---
title: "Charge Deferred Hotel Purchase Now"
method: POST
path: "/hotel-purchases/{hotel_purchase_id}/charge-now"
tags: ["hotel-purchases"]
---

# Charge Deferred Hotel Purchase Now

`POST /hotel-purchases/{hotel_purchase_id}/charge-now`

Immediately charge a scheduled deferred hotel purchase.

## Path parameters

- `hotel_purchase_id` string, uuid, required

## Response `200`

Successful Response

- ChargeDeferredHotelPurchaseResponse
  - `hotel_purchase_id` string, uuid, required
  - `action` string, required
  - `state` string, required
  - `charge_attempts` integer, required
  - `payment_intent_id` string, nullable
  - `failure_reason` string, nullable
  - `planned_charge_date` string, nullable

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