#krsacme
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.
- krsacme, 24 minutes ago, 8 messages
We are changing the subscription which had $0 price to a valid price.
create - https://connect.stripe.com/logs/req_nT0RMbxGqk4d81
modify - https://connect.stripe.com/logs/req_KNRBdFxFe7HIsq
What i understand from earlier investigation is that stripe does an immediate payment in such cases as pointed out by above docs link
I am looking for an option to avoid this, what would best approach to overcome this charge?
What do you want to do instead? Charge at period end?
Subscription as created as $0 by mistake by one of our support team, later we wanted to change it to a valid price by applying 100% discount in our platform, as the charges has be already collected in our system. What we are looking for is that in such cases, we need to avoid stripe being charging it and we wanted to have the control.
I don't quite understand when do you want to charge the customer eventually?
it has ben charged off line, so we wanted to setup subscription without any charge
Ok, so you just want to charge them from the next billing cycle?
yes
I recommend you to cancel the Subscription, and start a new one with the necessary trial_period_days, so it charges on the same date next time: https://stripe.com/docs/api/subscriptions/create#create_subscription-trial_period_days
That's the easiest solution to manage.
ok, understood.
Happy to help.