#rrm
1 messages ยท Page 1 of 1 (latest)
HI ๐
Yes you can use the cancel_at parameter to specify the time it should cancel: https://stripe.com/docs/api/subscriptions/update#update_subscription-cancel_at
Oh, there is also cancel_at_period_end which would be easier if you just want the the sub to cancel at the end of the current billing period: https://stripe.com/docs/api/subscriptions/update#update_subscription-cancel_at_period_end
Happy to help ๐