# Trigger immediate billing for an order Immediately processes a billing attempt, creating an order in Shopify. This bypasses the scheduled billing date and processes the order right away. Important Notes: - Requires shop permission 'enableImmediatePlaceOrder' - Only QUEUED billing attempts can be processed - Creates an actual order in Shopify - Charges the customer's payment method immediately - Cannot be undone once processed Use Cases: - Customer requests early delivery - Process order immediately after resolving payment issue - Manual order processing for special cases Authentication: Requires valid X-API-Key header and shop permission Endpoint: PUT /subscriptions/cp/api/subscription-billing-attempts/attempt-billing/{id} Version: 0.0.1 ## Path parameters: - `id` (integer, required) ## Response 403 fields