RyzeDeskRyzeDesk

Stripe

4105 articles

Adds support for pre-tax credit amount information to credit notes


Adds support for pre-tax credit amount information to credit notes

What’s new

Adds pretax_credit_amounts attribute to the CreditNote and CreditNoteLineItem resources. This field contains information about billing credits, along with other pre-tax credits like discounts, that were applied to the original invoice for which a credit note was issued.

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

ParameterChangeResources or endpoints
pretax_credit_amountsAddedCreditNote CreditNoteLineItem

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?