#arrayappy

1 messages · Page 1 of 1 (latest)

slender monolithBOT
sharp jackal
sonic musk
#

It will get canceled according to cancel_at . After getting canceled at the above cancel_at timestamp, will the canceled_at get updated?

sharp jackal
#

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

slender monolithBOT
sonic musk
#
  1. If a subscription moved from past_due to canceled will canceled_at field contains any timestamp ??