#kennethpogi323
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.
- kennethpogi323, 1 hour ago, 8 messages
Hello! You can build your own system that creates a Payment Intent every time you want to create a recurring payment, but if you want Stirpe to handle the recurring payments you'd want to use our Subscriptions API instead
uhm my website have 2 product 1 is for one-time payment and 1 is recurring the thing is i want to save my customer payment method then reuse it if they pick a recurring without re-entering there payment method
it is possible?
re-entering the card*
Yes, that's possible if you use setup_future_usage for the one-time payment to save the Payment Method so it can be used again (https://stripe.com/docs/api/payment_intents/create#create_payment_intent-setup_future_usage)