#ironbeard-sub-event-discount
1 messages · Page 1 of 1 (latest)
Hey! The payload will contain a Subscription object, so you'd check for a discount field: https://stripe.com/docs/api/subscriptions/object#subscription_object-discount
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So a Discount provides informaiton about the Coupon, which is different from the PromotionCode, right?