#jayon niravel - Taxes

1 messages · Page 1 of 1 (latest)

turbid yew
#

Hello! Automatic tax calculation is not supported on Payment Intents, only in Checkout, Invoices, and Subscriptions: https://stripe.com/docs/tax

manic junco
#

can I use invoice for calculating tax and then use PaymentIntent for the actual payment?

turbid yew
#

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?

manic junco
#

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.

turbid yew