Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds support for reinstating Billing Credits on Invoice voiding


Adds support for reinstating Billing Credits on Invoice voiding

What’s new

We added support for reinstating Billing Credits when voiding an Invoice.

Impact

Voiding an invoice with credits applied reinstates the applied balance to the credit grant. If the credit grant is past the expiration date, the reinstated credits expire immediately.

See Billing credits integration docs to learn more.

Changes

ParameterChangeResources or endpoints
credits_application_invoice_voidedAddedBilling. CreditBalanceTransaction. credit
FieldChangeFrom → to
Billing. CreditBalanceTransaction. credit. typeChangedliteral('credits_granted') → enum('credits_application_invoice_voided'|'credits_granted')

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-12-18. 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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?