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 toalways
, the amount specified in the PaymentIntent is inclusive of the IOF tax.never
: If you set it tonever
, the amount specified in the PaymentIntent is exclusive of the IOF tax and the customer pays more than the business-specified amount.