#kanohian-subscription-pause
1 messages · Page 1 of 1 (latest)
Hi there
hello
That endpoint is actually only for pausing a Subscription after it was paused due to a trial end (see: https://stripe.com/docs/api/subscriptions/create#create_subscription-trial_settings-end_behavior-missing_payment_method)
If you want to pause a Subscription mid-cycle then you would use pause_collection: https://stripe.com/docs/billing/subscriptions/pause
👍
you there yet ?
I'm here, yes
quick question: if I pause a subscription until after the current period end date
will it still get cancelled ?
on current period end date ?
?
If collection is paused then no the Subscription doesn't get canceled.
The new Invoice is placed in the state that you specify via pause_collection.behavior: https://stripe.com/docs/api/subscriptions/update#update_subscription-pause_collection-behavior
Sure