#Cjones-discount
1 messages · Page 1 of 1 (latest)
Hi! Where are you applying the discounts? On Checkout Sessions, Subscriptions, Invoices, something else?
subscriptions
Discount values aren't stored on Charge/PI objects, you'd need to check this on the related Invoice: https://stripe.com/docs/api/invoices/object#invoice_object-discounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.