#Kolombina-capture later
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
concerning placing a hold on a card here's a guide for that https://stripe.com/docs/payments/capture-later
as for saving the client secret, it's not recommended
yes, i know about this option, but we concern on legitimacy of this actions. because we create payment intent, but initialize it in a week or in a month since the PI creation date
what I would suggest is using the Setup Intent to save the payment method for the customer
yeap. but there is no any option to book this event
when booking you could Setup the payment method
and later use that payment method to create and confirm a PaymentIntent
one hour before the event
ok. but anyway we have to use frontend to confirm a PaymentIntent and to wait the 'click' form user?
- we have a connected accounts and cloned customers accounts for the users
it complicates a little the task
yep, it's a complicated set up.
I mean to be clear, you can process off-session payments on a saved card, that's usually what you do if you need to charge the card and it's more than 7 days since saving it(so auth-and-capture isn't an option), that's fine. https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method
ok, thanks, i have to read a bit the docs, but I'm pretty sure that there will by questions