#cyber-machine
1 messages · Page 1 of 1 (latest)
Hi 👋
The retrieve API only accepts an ID as a parameter to return the Coupon object.
And the List API does not allow filtering on the name field.
https://stripe.com/docs/api/coupons/list
If you have few Coupons you could iterate through the List response and filter on the name property
Thank you so much for your reply, I'm sure it will help me a lot! Have a great day!