#hvalcourt-payments
1 messages · Page 1 of 1 (latest)
hi! sure, that's possible. It's just this flow. https://stripe.com/docs/payments/save-during-payment
And what methods do we need to use to authorize future transactions?
https://stripe.com/docs/payments/save-during-payment?platform=web#charge-saved-payment-method
Do you know if there is a maximum delay between the two transactions? (I need 15 days)
no, there's no maximum , you can attempt a second charge at any time you like.
Thanks a LOT for the help Karllekko 🙂
Frontend side would you recommend PaymentElement for this scenario (seem to be "bullet proof") ? Or we should go with Card Element ? (seem to be more flexible)
we generally recommend the PaymentElement as the default since it automatically supports multiple local payment methods to help with customer conversion.
In our case we only need Credit card payment method