#.saberkhan
1 messages · Page 1 of 1 (latest)
Hello! That depends on the behavior you want. Automatic tax and tax rates are different: https://stripe.com/docs/payments/checkout/taxes
So if I use tax rate, should I trun off "Automatic Tax" in Checkout session as both cannot be used at the same time.
Yep.
Thank you
To use "multicurrency prices", Checkout session MUST be "Automatic Tax" collection mode. I found it from the link below. Is this feature still true?
👋 rubeus has to head out so i'm hopping in
Can you clarify where you're seeing that requirement listed? I'm not seeing it in the doc you shared
Automatic currency conversion" is enabled from the dashboard. However, it say this "Prices that you have manually set will override this feature." In my case I am creating a checkout session via API call. In this case will automatically currency conversion features work ?
It should still work as long as you aren't setting currency when you create the Checkout Session (https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-currency)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So I leave "currency" as "null" in Create Checkout session.
yup
Thank you!
How about here" line_items.price_data.currency". Should the value here be "null" too?
You should be setting that one (I believe it's required)
This is a required field.
Only 30 currencies are supported on "Automatic Currency Conversion" feature. Is there a way to add more than 30 currencies for a single Checkout session?
Can you clarify what you mean by that? Are you just asking if there are additional currencies that we support?
Or are you asking whether a single checkout session can have multipel currencies?
I am asking that "Automatic currency conversion" features only convert usd to 30 differenct currencies based on IP address of the buyer. Is there a way to add more than 30 currencies of a us based company so we can reach more than 30 currencies in a single Checkout session.
No, there's no way to increase the # of currencies you could automatically convert to
Other option is setup manually 120 currencies individually for a specific geographic location per checkout session. Correct?
yup