#devendra
1 messages ยท Page 1 of 1 (latest)
๐
unfortunately that's not possible
Thanks for quick response
Actually we are using stripe intent payment in my application
now i want to calculate tax as well with help of stripe but in intent flow
@round swift As per you if i am using intent process of stripe in need to implement sales tax using other provider ??
Payment Intents don't support tax calculation
you would need to calculate the tax and then create a PaymentIntent with the amount including tax
Got your point thanks for quick help. I may need to use some other API provider for Sales tax and Send Payment intent request to Stripe