#michael97f
1 messages · Page 1 of 1 (latest)
Hi, let me help you with this.
Thanks!
cancellation_details should contain some info: https://stripe.com/docs/api/subscriptions/object#subscription_object-cancellation_details
Thanks, in those docs there are a few options:
cancellation_details.reason
Why this subscription was canceled.
Possible enum values
cancellation_requested
payment_disputed
payment_failed
Am I right in thinking that if none of the possible enum values are the reason, then the subscription naturally expired?
What do you mean by naturally expired exactly?
As in the subscription came to an end without any intervention, at the end of its term
Stripe Subscriptions usually don't end unless cancelled.
That makes sense, thanks for your help Vanya!
Happy to help.