#stachujone5

1 messages · Page 1 of 1 (latest)

gritty hawkBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

rancid basin
#

There is my product:
prod_PL1ivmXVYugJbq

#

And they have different currencies

surreal spire
rancid basin
#

I cant create a session with above code

#

: The price specified has a default currency of pln but the previous prices had a default currency of eur.

#

I'd like user to choose currency in checkout

#

and if he chooses pln he sees Blik - pln provider

#

if he chooses eur i'd like him to be able to use euro payment methods

#

etc

surreal spire
#

When you create a Checkout Session, pass the location-formatted email address as customer_email
For example, if you want to test the currency for France, then the customer_email="test+location_FR@example.com

rancid basin
#

What If I dont have customers email before checkout

surreal spire
rancid basin
#

So in live mode I dont have to pass customers email;

#

What if stripe detects his address wrong

#

he wont be able to change his currency?

#

cs_test_b1MecSb3EXgY2V5ted4ng06cSNAxCUMAY1lU72bFxDUBvlVoOGZjAIixZf#fid1d2BpamRhQ2prcSc%2FJ1dkaWByZHwnKSdkdWxOYHwnPyd1blpxYHZxWjA0Sk9oXWZCVDJWUjQ3UUdTbFxCYFxUNlF%2FN20wc2dzd1Jxa2ZCcWR9UkRudUpsXTdnaTF2MT1jakFEakFRc3FqXV9cPWxNSWt8RHMyRlxtZzB%2FbnVuMnRrNTVSYmBfYUNmbScpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPydocGlxbFpscWBoJyknYGtkZ2lgVWlkZmBtamlhYHd2Jz9xd3BgeCUl

#

price is still in usd

surreal spire
#

So in live mode I dont have to pass customers email;
Yup!

What if stripe detects his address wrong
he wont be able to change his currency?
Customer won't be able to change the currency

#

Checking on your Checkout Session

#

Reference: https://stripe.com/docs/payments/checkout/multi-currency-prices#supported-integrations

The Checkout Session’s prices, shipping rates, and discounts have the relevant currency in their currency_options.

In Checkout Session creation request https://dashboard.stripe.com/test/logs/req_qNEuqWjLJEsGf6, the shipping rate doesn't have corresponding currency for France

Present local currencies to customers with multi-currency prices.

rancid basin
#

So i'd have to add multiple shipping options here in my code?

#

Or can I do it in dashboard as per price

surreal spire
#

Shipping rate can only be defined in the Checkout Session creation request, not by price

rancid basin
#

So how can i handle multiple currencies so they are compatible with shipping rates

#

Okey I got it

#

I've created new shipping rate in dashboard

#

and I added multiple currencies same as in prices

surreal spire
#

Displaying tax rates in checkout. I dont see tax even tho its behaviour is set to auto
Can you share the example Checkout Session ID (cs_xxx)?

rancid basin
#

First of all I am in test mode so I am not sure if it is supposed to show

#

But I'd like to see something like this on my checkout

#

cs_test_b1TBpgT8a7Py2FF22EhVPjqH96dkfu9Mh5TvAhck0RF0djUYJ9BG1n9zAO#fid1d2BpamRhQ2prcSc%2FJ1dkaWByZHwnKSdkdWxOYHwnPyd1blpxYHZxWjA0Sk9oXWZCVDJWUjQ3UUdTbFxCYFxUNlF%2FN20wc2dzd1Jxa2ZCcWR9UkRudUpsXTdnaTF2MT1jakFEakFRc3FqXV9cPWxNSWt8RHMyRlxtZzB%2FbnVuMnRrNTVSYmBfYUNmbScpJ2N3amhWYHdzYHcnP3F3cGApJ2lkfGpwcVF8dWAnPydocGlxbFpscWBoJyknYGtkZ2lgVWlkZmBtamlhYHd2Jz9xd3BgeCUl

surreal spire
rancid basin
#

Okey I've enabled it when creating a checkout

#

And thats it?

#

Will it work out of a box in live mode or is there additional configuration needed

#

Because I've something like this in stripe dashboard when i switch to live mode

surreal spire
#

You should follow the instruction to complete tax support in live mode

rancid basin
#

I've configured all of this

#

but I dont what does it mean:
We’ll mark this step complete after your first tax calculation.

surreal spire
#

This channel is for technical integration question. For Dashboard instructions to set up Tax usage, I'd recommend checking with Support https://support.stripe.com/contact as we don't necessary expertise with Dashboard

rancid basin
#

okey thats it thanks