#dan-expresscheckoutelement-tax
1 messages · Page 1 of 1 (latest)
dan-expresscheckoutelement-tax
@kind locust our PaymentIntents API doesn't have any support for tax calculation today. So what you do is collect the billing/shipping detail and either calculate tax yourself or use our Tax Calculations API: https://stripe.com/docs/tax/custom based on the shipping/billing details you get from ExpressCheckoutElement.
You can update the amount as you go in the callback for the updates like here https://stripe.com/docs/elements/express-checkout-element/accept-a-payment#handle-click-event
Got it! Just wanted to confirm that was the correct path. Thank you so much!
sure thing!