#thefyrewire-payment-element
1 messages ยท Page 1 of 1 (latest)
Hello! Starting a thread for you
No, the Payment Element wouldn't show their existing card.
You'd use confirm: true when creating the PI with the already created card PM (see https://stripe.com/docs/payments/save-and-reuse?platform=web#charge-saved-payment-method)
Hmm, does this work with the Orders API? Since that is already creating the PI
Yup, we have a section that covers this ๐
https://stripe.com/docs/orders/create-and-process#server-side-confirmation
Oh that's awesome, thanks! And I guess I can use the customer ID to list their cards out and essentially build out my own wallet interface where they can manage payment methods like I was imagining, and use this for when they just want to proceed with their saved card ๐
๐