#ashish_76275
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.
- ashish_76275, 2 days ago, 18 messages
Hi, what does 'next renewal should be optional to customer in UI.' mean? Can you add more details here?
Before subscription creation, a user should be able to choose between manual or auto renew/charge
and also after subsciption creation user should be able to switch between auto and manual payment
You can chooses to specific how you want to collect the payment, https://stripe.com/docs/api/subscriptions/create#create_subscription-collection_method. You can send the invoice or charge them automatically. It sounds like you want to charge the customer first, then update the subscirption to send an invoice on renewal.
" It sounds like you want to charge the customer first, then update the subscirption to send an invoice on renewal."
Yes, Is there any document showing how it can be done ?