#dai-elements-savedpm
1 messages · Page 1 of 1 (latest)
@whole tiger unfortunately no we don't though we are working on it! We have a beta ongoing and I'd recommend reaching out to our support team to ask for access or to be added to the waitlist: https://support.stripe.com/contact
dai-elements-savedpm
I see!
Context is a custom integration for subscription checkout and needing to support UX to either use existing payment methods or input new ones
yep that's what the beta offers inside PaymentElement
We have a bug with existing payment methods where we currently don't create/provide a client secret
Trying to figure out the best way refactor/fix the problem given our current impl
yeah today if you're not in the beta you're going to have to build your own UI/logic where you basically show a list of existing PaymentMethods
Heard - okay sounds good and thanks for all the info!
sure thing!
follow up question
if I create a payment intent with a specific payment method (i.e. using existing collected payment method); if I try to use a different card - will this operation fail?
No it won't fail, you can try all of this easily in Test mode to confirm