#developerharris

1 messages · Page 1 of 1 (latest)

prisma rainBOT
#

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.

opal jay
#

Hello

#

Can you share the Checkout Session ID from that example?

echo dove
opal jay
#

Do you have the URL for that Session?

#

It is in the beginning of the URL

#

cs_live_xxxx

echo dove
#

I do not, a user sent me this screenshot

opal jay
#

Have you tested in test mode that the correct currency shows up?

echo dove
#

I didn't know it was possible to test, let me look into that real quick

opal jay
#

Yeah testing would be the next thing to do.

#

If it does show up correctly in your test then we'll need a real live mode Checkout Session to look at.

echo dove
#

my environment isn't setup in a way to easily change the customer email like that for testing

#

since the customer is created on app signup

opal jay
#

Did they complete the Checkout Session?

#

Like did they pay you?

#

If so then you can share the PaymentIntent ID

echo dove
#

No, they say they can't because it's in USD

opal jay
#

Gotcha then you would have to look through your logs at https://dashboard.stripe.com/logs but you likely won't be able to tell from that which one your customer used.

#

Unless you create a Customer object beforehand?

#

And pass that into the Checkout Session on creation?

echo dove
opal jay
#

Oh okay well if you have the Customer ID then I can likely look

echo dove
#

@opal jay cs_live_a1qDCY3YsZGhoiaymUTMGtEqQNN1XCx4DlsIOqXXRZxwjFIBhhxywo3cd0

#

as well as

#

cs_live_a15jLvrWsj76Ef3x8HhoKuqF8erOowOpxtOSNuDY7LM7q5ZPXkFwxDKB09

#

customer id: cus_PJ6H2g5WJVMrqA

opal jay
#

Thanks give me a minute to look

#

Ah okay so you are using subscription mode

#

Automatic Currency Conversion is not yet supported in Subscription mode

echo dove
#

oh, i see :/, good to know, ty

opal jay
echo dove
opal jay
#

I do know Automatic Currency Conversion is being worked on right now, but I don't know the specific road map nor ETA.

echo dove
#

good to know, thank you!

echo dove
opal jay
#

Most use geolocation if they don't use something like multicurrency Prices. Or they use some indication from earlier in the flow.

#

I assume you mean "choosing the right currency" by "picking the right price ID"

#

Let me know if you mean something different

echo dove
opal jay
#

Mutli-currency is different than Automatic Currency Conversion

opal jay
#

Yeah these are two different features

echo dove
#

so I can still have a presentment charge in the user's (geolocated) currency, I just need to define it manually?

#

whereas ACC does it automatically (and I'm guessing isn't supported in subscriptions yet because of complexity of changing currency conversion ratios?)

opal jay
#

Yes

#

Exactly

echo dove
#

OHHHH

#

lets goo

#

not going to lose a customer today

opal jay
#

😂

#

Recommend testing all of this stuff out in test mode

echo dove
#

is there a way to edit a price_id that's already being used with another currency, or can I only do that for prices that haven't had transactions yet?

opal jay
#

I believe you can still add currency options to a Price even after it is being used

#

But would need to test to be sure

echo dove
#

hmm, maybe I'm missing the option

#

is not greyed out on new prices though

opal jay
#

Ah yeah I'm not too familiar with the Dashboard as we just focus on the API

#

So looks like not possible via Dashboard

#

Probably not possible via API but I'll test real quick

#

It works for me via the API

echo dove
#

oh gotcha

#

is there any downside to creating a new price, and then swapping that out for all new customers?

#

i added a bunch of currencies for potential customers and when presented it should geolocate to the matching one right?

opal jay
#

Nope no downside with a new Price

#

Yep it should geolocate to the correct one.

#

Like I said, you should test to ensure it works as expected

echo dove
#

yup! thats the next step

#

gonna swap it out on test env and make sure it works properly