#Wik-subscription
1 messages · Page 1 of 1 (latest)
Hi! You can cancel a subscription with https://stripe.com/docs/api/subscriptions/cancel
And it has an option to create a proration to add credits to the customer: https://stripe.com/docs/api/subscriptions/cancel#cancel_subscription-prorate
Will it cancel the subscription immediately?
Yes, this is mentioned in the link I shared earlier: "Cancels a customer’s subscription immediately."
If you don't want that, then you could cancel the subscription at the end of the current billing period as explained here: https://stripe.com/docs/billing/subscriptions/cancel#canceling