#Gizmo-tax
1 messages · Page 1 of 1 (latest)
Sure, thanks Alex!
Are you still there, Alex?
yeah, i'm still looking into it
Thank you
theoretically it should work if your one-off invoice item already has tax enabled on it
i'd suggest you try it out though
ok, thanks, i'll just give it a shot
in case you aren't aware : https://stripe.com/docs/billing/testing/test-clocks - this would be useful for testing with subscriptions
Thanks for this
Is there a way to apply taxes to my non-subscription paymentintents?
unfortunately no if you want to use PaymentIntents. If you use Products/Prices and make use of Checkout for one time payments, it would be possible
To be sure, there isn't a way to add taxes to a one time charge with a custom checkout flow?
yep, no way at the moment
Thanks. Stripe owns TaxJar, right? Can I just look up the % I should be charging via TaxJar and add it to the amount of each PaymentIntent?
honesstly i'm not so familiar with how TaxJar works, so you may want to reach out to TaxJar for advice insead
Thanks. Just to be 100% sure, I thought I'd previously read that Stripe Tax didn't work with subscriptions, but you're saying it will work with subscriptions, but you can't add tax to a checkout you make for a one-off charge unless you're using Stripe's hosted Checkout process?
Stripe Tax definitely works with Subscriptions, we have a guide here : https://stripe.com/docs/billing/taxes/collect-taxes
Got it, thanks. And it definitely doesn't work with one-time charges unless they're done on Stripe's. hosted Checkout process?
yep - you can't use Stripe Tax if you directly create a PaymentIntent . You can use Stripe Tax if you use Stripe's hosted Checkout
What about the new Orders API?
Does Stripe Tax work with the Orders API, and if so can I use the Orders API to achieve a one time purchase with my custom flow?
the new Orders is currently in beta and unless you're able to get access to it, it's not really an option right now
Thanks. So it's not meant for use in production even if you can get in the beta?