#kppro
1 messages ยท Page 1 of 1 (latest)
Ah ok. So likely you would want to follow this guide and modify to fit your specific usecase: https://stripe.com/docs/payments/save-and-reuse?platform=android&ui=payment-sheet
That allows you to collect payment info without charging
Thanks. So basically we have to create server side a Setup intent for this instead of a payment intent and front side it is still the Stripe payment sheet that we should use
I am a little confuse though by the "Pay" button at the end of the screenshot
as we just want to add/remove cards
Hmm that's fair. I don't think it shows Pay when you use a SetupIntent
I can't quite remember though as haven't tested this flow in a while
ok so maybe that is what got us confused in the doc. Thanks a lot for the help we will try that ๐