#elias117-paymentintent-tax

1 messages · Page 1 of 1 (latest)

surreal vessel
#

@silver chasm that is not possible. Stripe Tax is only compatible with Checkout and Billing/Invoicing. We don't have a solution for PaymentIntents today. We're working on a new product for this but it won't come for a while

silver chasm
#

So I cant use automatic tax calculation on single payments?

#

Just on checkout session?

surreal vessel
#

or Invoice

silver chasm
#

with a checkout session can I just use it similar to payment intent to process a single credit card payment?

surreal vessel
#

yes

silver chasm
#

like I have a credit card saved in a database and I can just send all info into checkout object and it will give me a breakdown of all the taxes

surreal vessel
#

kind of. Really with Checkout you don't have to think about this at all

#

You ask to charge for $123 and we do what you need, collecting card details, 3DS as needed, etc.

silver chasm
#

oh ok so if the customer exists i just enter the id of the customer and the rest is taken care of?

surreal vessel
#

yep

#

will make your code way easier overall 🙂

silver chasm
#

and I can just add the automatic_tax[enabled]