RyzeDeskRyzeDesk

Stripe

4105 articles

Adds support to include the IOF tax in the amount for Pix payments


Adds support to include the IOF tax in the amount for Pix payments

What’s new

Adds amount_includes_iof to payment_method_options for the Pix payment method.

Impact

You can now absorb the IOF tax or choose to pass on the tax to your customer. You can set the amount_includes_iof parameter to two values:

  • always : If you set it to always , the amount specified in the PaymentIntent is inclusive of the IOF tax.
  • never : If you set it to never , the amount specified in the PaymentIntent is exclusive of the IOF tax and the customer pays more than the business-specified amount.

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: 2025-08-27. basil
  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?