#feminaagravat_39821
1 messages · Page 1 of 1 (latest)
Yup, you need to put 9190 as amount
The amount is in the smallets unit of the currency.
Ok let me try that
I think creating a coupon for total discount not working
This is the screenshot of my website
This is how stripe has applied to whole
On my website promocode is not applicable for "featured rental newsletter" and "welcome guide" addon item . But stripe has applied to it.
OK, so you want to apply the discount to some of the line_items, but not all?
https://stripe.com/docs/api/coupons/create?lang=curl#create_coupon-applies_to when you creat a coupon, you can specify the list of products that this coupon can be applied to
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes
Ok, please try it out and let me know if it works as you expect.
Hey one more question ,
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
I am using subscription with checkout, So when i create applies_to coupon then discount should be one time , it must not apply to next invoice
On next invoice it should be original price .
Will it work that way ?