#arrayappy
1 messages · Page 1 of 1 (latest)
Hi
Not that field you provided when create the subscription to set:
A date in the future at which the subscription will automatically get canceled
https://stripe.com/docs/api/subscriptions/object#subscription_object-cancel_at
It will get canceled according to cancel_at . After getting canceled at the above cancel_at timestamp, will the canceled_at get updated?
If the subscription was canceled with cancel_at_period_end, canceled_at will reflect the time of the most recent update request, not the end of the subscription period when the subscription is automatically moved to a canceled state.
https://stripe.com/docs/api/subscriptions/object#subscription_object-canceled_at
Not sure if this respond to your question, but you can do some test using test clocks and simulate in order to understand the behavior of that property:
https://stripe.com/docs/billing/testing/test-clocks
- If a subscription moved from past_due to canceled will canceled_at field contains any timestamp ??