#Say_Hello - coupon
1 messages · Page 1 of 1 (latest)
👋 Thanks for reaching out
You can fetch the number of time the coupon has been redeemed
https://stripe.com/docs/api/coupons/object#coupon_object-times_redeemed
Do you mean the list of items that the coupon has been applied to ?
In stripe dash board for a given coupon I can see that info
I need to retrieve this info
Stripe dashboard: products -> coupons -> {coupon} -> available info for coupon: details, promotion codes, active redemptions
Need to retrieve with API active redemptions
The APIs for that tabs, are only available for Dashboard
There is no direct public API call you can do to get that lists
thanks