#RJ01
1 messages · Page 1 of 1 (latest)
not at the moment, for now you'd build you own UI for displaying details of saved cards that you obtain from a backend call to https://stripe.com/docs/api/payment_methods/customer_list
but we can't display the card details right? like card number and cvc?
you can show the last 4 digits and the expiry date, but not the full card number or CVC no
is this true?
every time i pay using payment element, the card that i use it will automatically add to my customer records in his/her payment methods?
if you're passing setup_future_usage and customer when creating the PaymentIntent you're using with the PaymentElement, then that is what it means and what happens, yes.