#Greg D'Angelo-checkout

1 messages · Page 1 of 1 (latest)

rugged shadow
#

👋 happy to help

#

are you creating your Checkout Session with the API?

violet flint
#

Yes using the SDK: stripe.checkout.sessions.create

rugged shadow
violet flint
#

Mode is set to payment

#

req_HGYEjrUdNBeTK9

#

The payment_method_options property from that checkout session object is empty...

#

Should I set something for that field when I create the checkout session with stripe.checkout.sessions.create?

rugged shadow
#

I'm looking at your request

violet flint
#

Thanks

rugged shadow
#

you're using a checkout session with a currency set to USD while all your payment methods enabled on your dashboard are EUR-based

#

Google Pay and Apple Pay won’t be surfaced since you're using Stripe Tax

violet flint
#

Then, what should I do to enable them? Can I do multi-currency pricing?

#

What's the issue with Stripe Tax?

rugged shadow
#

there's no issue, but GPay and Apple Pay are not compatible with Stripe Tax

violet flint
#

Okay. But what about the other payment methods? What if I have a customer in Netherlands who wants to pay with iDeal?

rugged shadow
#

you'd have to set the currency in EUR

#

in that case you would be able to see the other payment methods

violet flint
#

My products are priced in USD on my Stripe dashboard. Should I also create a different price for each product and currerncy? Or can Stripe checkout handle the conversion automatically?

rugged shadow
#

yes you can have a price in USD and another in EUR

violet flint
#

Then, how should I decide which one to use?

rugged shadow
#

there's currently a private beta for this

#

I encourage you to get in contact with support https://support.stripe.com/?contact=true

#

and ask to get access for the Present local currencies

#

in all cases since it's in private beta it shouldn't be long before it gets in GA so might as well take advantage of it with this early access

violet flint
#

Thanks for letting me know

rugged shadow
#

sure

#

let me know if you need any more help