#johnstanhope_84492
1 messages · Page 1 of 1 (latest)
Hello! Checkout currently only supports surfacing the most recent card that is saved to a customer. No support today for multiple saved cards: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#save-payment-method-details
Thank you. Is there another way to deal with multiple card details , utilising the stripe servers?
Also, I may have not provided absolute clarity. This is so the user of teh system, not us, can chose from a selection of cards
To be clear the API supports saving multiple cards. It's just that our payment UIs don't support surfacing them currently. You can of course build your own non-Checkout integration to list all saved PMs for your user to select from when paying
Thank yiou
This endpoint, for example: https://stripe.com/docs/api/payment_methods/customer_list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Then you can build a UI to list those pm_xxx IDs which you can then pass to Stripe.js methods to confirm payments