#leo00579
1 messages ยท Page 1 of 1 (latest)
Hi ๐
What do you mean "load registered cards"?
For example: When making a purchase on Amazon, you can choose between saved credit cards to make the payment.
I need to do something similar.
Okay we currently don't have that option using Stripe Elements directly. You can use the API to retrieve payment methods attached to a specific customer https://stripe.com/docs/api/payment_methods/customer_list but it would be up to your integration to display them and use them for payment.
I understood! Thank you very much
Great, happy to help ๐