#hmlh7 - Payment Element
1 messages · Page 1 of 1 (latest)
hi!
Okay so you want to display saved payment methods? I'm reviewing but I'm not seeing that scenario.
This is on the web, correct?
yes, stripe js
I implemented something similar on ios and it automatically displayed saved payment methods
That is the Payment Sheet, which has that functionality built into it.
is there a way to replicate it on the web?
Currently the only way to offer saved payment methods using the Payment Element is with Link: https://stripe.com/docs/payments/link
ok, i'll look into this, thank you
would there be a manual way to offer saved payment methods? as in could I roll my own solution
You could definitely code that yourself. This API will return payment methods for a specific customer: https://stripe.com/docs/api/payment_methods/customer_list
this is very interesting. it's somewhat hard to believe that before Link there was no built way to offer saved payment methods