#wabisabi-subscriptiolist-coupon
1 messages ยท Page 1 of 1 (latest)
HI ๐
We don't support that directly in the Subscription List API https://docs.stripe.com/api/subscriptions/list
But you can implement filtering on your end after retrieving the list of subscriptions based on the discount property here
https://docs.stripe.com/api/subscriptions/object#subscription_object-discount
Do you mean I can list all subscriptions and one by one look at the discount object that is attached to each?
Correct. You can script this so "one-by-one" would still be pretty quick.
hmmm, the stripe web ui coupon page seems to do it. You think that is how?
I can't say how the Dashboard does things. There are plenty of features in the Dashboard that are not directly supported in the APIs.
But that is how I would recommend going about it yourself
Thank you!
Sure thing, happy to help ๐