#momovsky
1 messages · Page 1 of 1 (latest)
If you set cancel_at or cancel_at_period_end , the subscription will remain active until the cancellation date. Those fields will be availalbe on the subscription in the customer.subscription.updated event. I reccommend testing this out in test mode with a test clock https://stripe.com/docs/billing/testing/test-clocks
So the "proper" way to tell if user canceled subscription before billing cycle ends is to look at cancel_at or cancel_at_period_end fields? There is no special status for this situation, for example?
Correct