RyzeDeskRyzeDesk

Stripe

4105 articles

Adds the Stripe fee tax transaction category


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

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: 2026-04-22. preview
  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?