#jadejasandeep
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
the capture parameter has nothing to do with off-session payments
you need to follow this guide especially for the Create a Payment and Charge the Saved payment method later sections https://stripe.com/docs/payments/save-during-payment?platform=web
for the subsequent payments correct
but in the first one you should pass in setup_future_usage: 'off_session'
What if there is only interaction of customer is to Add a Payment Method and no involvement even for first payment capture?
how are you collecting the Payment Method? using SetupIntents?
is this what you're referring to? https://stripe.com/docs/payments/save-and-reuse?platform=android&ui=payment-sheet
Yes