#carzjohn-ticket-reservation
1 messages · Page 1 of 1 (latest)
If customer make a booking for event in the futre how long is the payment held for?
Can you provide some more context about your integration? How are you taking payment?
Are you using manual capture? eg like this: https://stripe.com/docs/payments/capture-later#authorize-only
in which case it can be up to 7 days
Is there alternative that allows longer period?
You can alternatively collect payment details and charge the payment later, but you must be prepared to handle the case where payment fails:
https://stripe.com/docs/payments/save-and-reuse
how do hotels capture for longer than 7 days reservation?