#indal_14689
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- indal_14689, 1 day ago, 6 messages
hi! there's multiple ways, depends on many factors.
At a basic level you can call https://stripe.com/docs/api/payment_methods/customer_list to list a customer's cards, then use the response to populate a UI on your webpage, and call https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-existing to process a payment on a selected card; for example.
see also https://stripe.com/docs/payments/save-during-payment?platform=web#charge-saved-payment-method for charging a saved card from a backend server.