#searchableguy
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
Are you talking about Stripe Payment Links product ?
https://stripe.com/docs/payments/payment-links
And if it's possible to use SetupIntent with ?
My use case is - I want to allow user to save payment options to use with our app for future. User could add multiple cards or other options via the payment element and select a preferred payment option for us to charge.
is there something which stripe provides that could help me avoid re-implementing this ourselves?
I think you can check this guide, it may helps you:
https://stripe.com/docs/payments/link/save-and-reuse
that's exactly what I was looking for.
So link does work with setupIntent.
So would this allow user to remove or add payment option inside?