#luceos-paymentmethods

1 messages ยท Page 1 of 1 (latest)

jolly turret
#

do you have an example of a PaymentIntent pi_xxx for example that you created that you expect to have more payment methods enabled than just cards?

icy root
#

This is on an Checkout Session.

#

mode payment

jolly turret
#

do you have the cs_test_xxx ID in that case?

icy root
#

i have one for production, give me a sec

jolly turret
#

or just a link to the Checkout page itself , either way

icy root
#

would the req id help too?

jolly turret
#

yep

icy root
#

req_z0KuGudfWJlaXC

jolly turret
#

thanks, let me dig in a bit

icy root
#

interestingly response shows only card

#

i'm curious whether something is misconfigured in the account itself

jolly turret
#

to clarify this is a payment in USD though it's pretty limited in what other payment methods you could accept for that on a Dutch Stripe account, most of the European payment methods are all EUR-only

icy root
#

at least ideal, but that certainly requires euro then?

#

so this relates purely on what currency you accept in your account?

jolly turret
#

iDEAL requires the payment to be in EUR and your merchant account to be in Europe yes

jolly turret
icy root
#

okay okay, my brain is in overdrive ๐Ÿ˜›

#

i should probably allow users to configure their currency and then use that, but considering this is a feature (in this account) to allow pledging to features in software where a grant total is shown, I'm not sure how to process that with currency exchange rates

#

oooh the mess

#

thanks ๐Ÿ˜‰

#

at least one riddle solved

#

ps 1st line support people are awesome, respectful and patient, but the devs are the true heroes at Stripe ๐Ÿ˜„

jolly turret
# icy root i should probably allow users to configure their currency and then use that, but...

well our intended solution here is that Checkout will allow you to configure things so that for example customers in the US are charged in USD, and customers in Europe are charged the EUR price, and the Checkout page would show them the relevant amount and payment methods(it already does the latter but you have to pass the right Price/currency from your own logic).
That's not entirely built and publicly released yet but it's something being actively worked on.

jolly turret
icy root
#

ps that pricing table feature is bliss too ๐Ÿ˜„

jolly turret
icy root
#

noted, thanks ๐Ÿ˜‰