#alaughlin
1 messages · Page 1 of 1 (latest)
Hi there, you can use applies_to to specify what products that the coupon can be appiled to. There's no option to set it a price level. https://stripe.com/docs/api/coupons/create#create_coupon-applies_to-products
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yeah I saw that :(, the issue here is that I have a subscription product with multiple prices (different prices for different billing intervals) and would like to offer specific discounts only for certain prices
would it make more sense to break apart the single product into separate ones for each billing interval in this case?
Yes you might want to do that so that you can create coupon for that specific product.
got it, thanks for the help! appreciate it