RyzeDeskRyzeDesk

Stripe

4105 articles

Adds support for pre-tax credit amount information to invoices


Adds support for pre-tax credit amount information to invoices

What’s new

Adds the pretax_credit_amounts attribute to the Invoice Line Item resource and the total_pretax_credit_amounts attribute to the Invoice resource. These fields contains information about billing credits, along with other pre-tax credits like discounts, that were applied to the invoice.

Impact

You can now see a breakdown of credits applied to an invoice before tax calculations, including discounts. This information shows which credit notes were issued and how they relate to the invoice.

Changes

ParametersChangeResources or endpoints
pretax_credit_amountsAddedInvoiceLineitem
total_pretax_credit_amountsAddedInvoice

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
  • If you don’t use an SDK, update your API requests to include Stripe-Version: 2024-10-28. acacia
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?