#lola_cleo - subscription credit
1 messages · Page 1 of 1 (latest)
hey there, you might be able to achieve this using a Coupon restricted to a specific product: https://stripe.com/docs/api/coupons/create#create_coupon-applies_to-products
But if you already use coupons other ways (they don't stack) or your customers might have multiple subscriptions for the same product, then this may not meet your needs.
If more specific cases you may need to issue such credits for a particular invoice, yes, or adding negative items to reduce the amount due on the invoice while it is a draft (using webhooks).
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.