#anadalg
1 messages · Page 1 of 1 (latest)
Hello 👋
A subscription schedule isn't automatically generated when you update the subscription by calling the API manually (POST /v1/subscriptions/{subscription_id} with the option "cancel_at_period_end" set to True)
In order to remove the cancellation, you'd make another request to POST /v1/subscriptions/{subscription_id} with the option "cancel_at_period_end" set to false
Great! easier than I expected. Thank you!