#_heaven_-deposits
1 messages · Page 1 of 1 (latest)
hi, I would look at auth-and-capture : https://stripe.com/docs/payments/capture-later
Thank you for your answer!
Do you know how long we can capture funds? In case users book 2 months in advance for example, if there is a time limit on fund capture not long enough to cover this case, how could we handle it?
it's 7 days , though it might be possible to extend that if you write to https://support.stripe.com/?contact=true with details of your business.
But in general if you need to hold for more than 7 days, the usual approach is you save their card details and process a payment with it when you need to(2 months in your example) https://stripe.com/docs/payments/save-during-payment?platform=web
!atm