#akdj16
1 messages · Page 1 of 1 (latest)
Not sure I understand the Q. Can you share an example subscription?
For instance, in test mode, I have a subscription https://dashboard.stripe.com/test/subscriptions/sub_1LjjvmB5c8xuItaN6XlTXBHs which price is €8 per month , and the first month, I applied a 3% off discount on it, so an invoice in_1LjjvmB5c8xuItaNbMsXmjce is created and paid with the amount_due €7.76
But I would like to round the amount to 7€, is it possible?
That's not possible if you're using a % based discount
ok, not even in the Stripe settings?
Afraid not. You'd need to add an additional line item with a negative amount to adjust the overall invoice amount as required
np!