#mentijm-invoice
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
subtotal_excluding_tax
The integer amount in cents representing the subtotal of the invoice before any invoice level discount or tax is applied. Item discounts are already incorporated
https://stripe.com/docs/api/invoices/object#invoice_object-subtotal_excluding_tax
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
total_excluding_tax
The integer amount in cents representing the total amount of the invoice including all discounts but excluding all tax.
https://stripe.com/docs/api/invoices/object#invoice_object-subtotal_excluding_tax
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.