#Nrupal Patel
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
there isn't a way to specify cancel_at_period_end for a Checkout Session in subscription mode
how can i do that?
you would have to wait until checkout.session.completed event and then updating the subscription
but why would you create a subscription in Checkout for a 1 time payment
because I have to add additional charges based on the uses of the product. after one month is completed.
So, how can I add extra charges to my subscription in the coming months?
using stripe.checkout.Session.create
I believe I should cancel my subscription and start over. Is this the best way?
no you can update the subscription and keep moving
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but i will charged next subscription price with addtional charges.