#Julio
1 messages · Page 1 of 1 (latest)
Hello 👋
Are you trying to create a credit note for the user by setting the amount more than the amount due? I don't understand the usecase here
i have 2 discounts / coupons
- one of 150€
- one of 50€
When creating an invoice , i add an invoice item of 100€
i apply the first coupon to my invoice
i would think the total amount would be 100 - 150€ = 0€
but its still 100€
When i do the same with the second coupon
I have what i expect
product 100€
coupon -50€
total 50€
Why does it not work that way when the coupon is higher than the product price ?
Are there any differences between two coupons?
Can you share an example invoice w/ respective coupons?
https://dashboard.stripe.com/test/invoices/in_1N3fA7FVEFVGD6LSNza818EO
This invoice is an example of a coupon used but does not decrease the amount
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
nevermind its about the the product allowed in the discount
its good