Public preview
Adds the Stripe fee tax transaction category Public preview
What’s new
Adds the stripe_fee_tax category to the category property of Transaction v2 objects and the transaction_details.category property of Transaction Entry v2 objects. The stripe_fee_tax category represents taxes applied to Stripe fees.
Impact
You can now identify transactions specifically related to taxes on Stripe fees by checking for the stripe_fee_tax value in the category property.
If your integration filters or routes transactions by category, update your code to handle the new stripe_fee_tax value.
Changes
| Value | Change | Enums |
|---|---|---|
| stripe_fee_tax | Added | V2. MoneyManagement. TransactionEntry. transaction_details V2. MoneyManagement. Transaction |
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: 2026-04-22. preview
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
