#Eva Li
1 messages · Page 1 of 1 (latest)
That wouldn't distinguish the two because subscriptions cancelled via the dashboard could still have cancel_at populated. That just indicates that you scheduled a cancellation
I recommend adding metadata to the subscription when you cancel via the api so that you can distinguish that way
There's not a way to distinguish the two that's currently built in
You could update prior to cancelling: https://stripe.com/docs/api/subscriptions/update#update_subscription-metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thank you for the quick confirmation!! I appreciate it a lot!