#Jacques
1 messages · Page 1 of 1 (latest)
On stripe, we have coupons that are applied to customers and I would like to know if there is a way to recover the customers who have used these coupons.
Got it! Give me a few minutes to look into this.
I'm sorry Discord got busy and I forgot to reply to this.
Looking into this now.
The customer object have a discounts property that contains the active discounts of the customer. Is this what you are looking for? https://stripe.com/docs/api/customers/object#customer_object-discount
If so, you can list all customers with https://stripe.com/docs/api/customers/list
And then for each customer check their discounts