#parsimonium
1 messages · Page 1 of 1 (latest)
You can use the tax api to calculate taxes for your payment intents: https://stripe.com/docs/tax/custom
Currently the best alternative is Checkout, and we're working on more flexible ways to integrate with Checkout.
But I cannot process the payment request off session if I use checkout
Our system collects a payment method first, then later requests payment in the background
You can save the payment method for later the first time, and use the Tax API for future payment calculations
We collect payment method with. “Setup_future_usage”
Sure, then you likely want to use the Tax API
Ok then what api should I use for payment request
Payment Intents
Hmm ok and I can just confirm the payment intent ok
And I’d use the tax calculation api to get a tax amount and add that to the total amount