#piq9117
1 messages · Page 1 of 1 (latest)
Looks like it's going to be applied to the next invoice, which likely means you added it after the previous invoice was created
it's been applied on the finalized invoice but when i retrieve subscriptions. i get null on the discount field
That's likely because you applied the Discount to the Customer instead of the Subscription.
Apply coupons to subs: https://stripe.com/docs/billing/subscriptions/coupons#discount-subscriptions
Apply coupons to customers: https://stripe.com/docs/billing/subscriptions/coupons#discount-customers
yeah. i wanna apply it to a customer so everything they purchase will be discounted. so that doesn't get tracked in the subscriptions api? even tho the subscription gets discounted?
Correct. When applied at the Customer level, the discount will apply to all Invoices created for that customer, but will not be present on the Subscription object