#olezz
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.
- olezz, 6 days ago, 3 messages
You may refer to the guide here to save the payment method during the payment, and use it later: https://stripe.com/docs/payments/save-during-payment
i would like to use it later during an "on_session", does stripe provide any ui to show saved payment methods?
No. The UI should be implmented by yourself. Your system will fetch the customer's saved payment methods and display accordingly
I see, thank you!