flight-booking

Confirm Flight Booking Payment

Confirm payment after frontend Stripe Elements card entry.

Called after stripe.confirmPayment() succeeds for inline-pay sessions.

post/flight-booking/sessions/{session_id}/confirm-payment

Path parameters

session_idstring uuid required

Response

Successful Response

session_idstring uuid required
booking_idstring nullable
reference_codestring nullable
operator_task_idstring uuid nullable
payment_intent_idstring required
charged_amount_centsinteger required
currencystring required
status'active' | 'awaiting_payment' | 'processing' | 'completed' | 'failed' | 'abandoned' | 'manual_recovery_required' required
client_secretstring nullable
credit_applied_centsinteger

Changes

No recorded changes to this endpoint across all 1 revision of this API.