#dperezrada - calculated tax amounts
1 messages · Page 1 of 1 (latest)
Yes that's the recommended way when using checkout:
https://stripe.com/docs/tax/checkout#check-the-response
You can also look at the same data on subscription invoices if not using Checkout:
https://stripe.com/docs/tax/subscriptions#create-a-subscription
To inspect the results of the latest tax calculation, retrieve the latest Invoice of a Subscription. You can do this by expanding the latest_invoice field on any Subscription request, as in the examples above. You can retrieve the tax amounts from the tax and total_tax_amounts fields on the latest invoice, and also from the per-line item tax_amounts fields.
Thanks @quasi cloak