I'm trying to implement Stripe Checkout without server integration (client-only). It seems like I cannot set tax rates when I call redirectToCheckout.
I've searched similar questions like the following but they aren't client-only and are using Sessions:
Stripe Checkout - Create Session - Apply Tax Rates on subscriptions
Tax Rate in new Stripe Checkout
This documentation seems to mention tax rates in Stripe Checkout but is using Sessions as well. I couldn't find any documentation saying it is not possible so I've decided to ask here.
Thanks in advance!