#agustinm
1 messages · Page 1 of 1 (latest)
Hello! I don't believe we have Events specifically for that, but you might be able to use customer.updated or customer.subscription.updated depending on your use case.
Thanks for your answer! I want to create another Coupon when other ends
If the Coupon is on the Customer you should be able to see details in their discount property, and you'll get customer.updated when that changes: https://stripe.com/docs/api/customers/object#customer_object-discount
Perfect! And if the Coupon is on the subscrition the information should be on the discount but using customer.subscription.updated
rigth?
Yep, that should be the case.
Thanks!