#elias117-paymentintent-tax
1 messages · Page 1 of 1 (latest)
@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
So I cant use automatic tax calculation on single payments?
Just on checkout session?
or Invoice
with a checkout session can I just use it similar to payment intent to process a single credit card payment?
yes
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
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.
If you have an existing customer with a saved PaymentMethod, it works too: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=checkout#handling-existing-customers
oh ok so if the customer exists i just enter the id of the customer and the rest is taken care of?
and I can just add the automatic_tax[enabled]