#Gizmo-tax-amount
1 messages · Page 1 of 1 (latest)
Creating custom tax rates is only available on Invoices, Subscriptions and Checkout (stripe-hosted), so you wouldn't be able to distinguish tax on the Payment Intent itself, nor calculate based on zipcode
Thanks, two-shoes. Does Stripe have a service I could use to at least get the applicable % based on zip so I can charge the right amount and add it to the total?
Unfortunately not. All the auto-calculating features are bundled into the above products, so there isn't currently a way to leverage that calculation in other places.
Could I create an invoice, get the tax amount, and delete the invoice?
I don't see why not, but at that point it might make more sense to integrate with invoices (which are built on top of payment intents) in order to not have to worry about the tangle of issues that might occur when your customers update the payment intent with a different amount or address
That's fair, thank you two-shoes