#Greg D'Angelo-checkout
1 messages · Page 1 of 1 (latest)
Yes using the SDK: stripe.checkout.sessions.create
could you please share a request id? here's how you can find one https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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?
I'm looking at your request
Thanks
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
Then, what should I do to enable them? Can I do multi-currency pricing?
What's the issue with Stripe Tax?
there's no issue, but GPay and Apple Pay are not compatible with Stripe Tax
Okay. But what about the other payment methods? What if I have a customer in Netherlands who wants to pay with iDeal?
you'd have to set the currency in EUR
in that case you would be able to see the other payment methods
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?
yes you can have a price in USD and another in EUR
Then, how should I decide which one to use?
there's currently a private beta for this
I encourage you to get in contact with support https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
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
Thanks for letting me know