Adds support for automatic tax transactions to Payment Intents
What’s new
Adds the ability to automatically commit tax transactions when using Payment Intents with Stripe Tax. This integration includes three key capabilities:
- A new hooks.inputs.tax.calculation parameter on the Payment Intent object that enables automatic tax calculation during payment processing
- A new TaxAssociation resource, paired with the ability to find an individual Tax Association.
- Automatic tax transaction commitment when Payment Intents are captured, removing the need for separate API calls to finalize tax reporting
Previously, you had to manually commit tax transactions by responding to multiple webhooks, which required additional integration steps and API calls.
Impact
If your integration previously used events to manually handle tax transactions, you can now direct Stripe to automatically commit tax transactions during Payment Intent capture.
You can migrate to this updated behavior using our integration guide.