#jayon niravel - Taxes
1 messages · Page 1 of 1 (latest)
Hello! Automatic tax calculation is not supported on Payment Intents, only in Checkout, Invoices, and Subscriptions: https://stripe.com/docs/tax
can I use invoice for calculating tax and then use PaymentIntent for the actual payment?
I guess you technically could, but Invoices generate their own Payment Intents to collect payment, so I'm not sure why you would want to do that?
so you mean create the invoice which will automatically generate the paymenIntent. Then I can charge the user whenever I want right? I will be using all this through API only.
Yep, that's correct. See here for details: https://stripe.com/docs/invoicing/integration
And here: https://stripe.com/docs/tax/invoicing