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
| Parameter | Change | Resources or endpoints |
|---|---|---|
| credits_application_invoice_voided | Added | Billing. CreditBalanceTransaction. credit |
| Field | Change | From → to |
| Billing. CreditBalanceTransaction. credit. type | Changed | literal('credits_granted') → enum('credits_application_invoice_voided'|'credits_granted') |
Upgrade
- View your current API version in Workbench.
- 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
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.
