#cian54
1 messages · Page 1 of 1 (latest)
Hey there, that's customer.subscription.deleted:
https://stripe.com/docs/api/events/types#event_types-customer.subscription.deleted
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
How can I detect if the reason of cancelation is cancel_at ?
Do you hve an example subscription id we can look at?
No
I just wanna know if the subscription reason for cancelation is because it reached : cancel_at or not ?
You can check whether cancel_at is set on the subscription object, though if you manually cancelled before that you would need to keep track of that
Ok