#luceos-paymentmethods
1 messages ยท Page 1 of 1 (latest)
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?
do you have the cs_test_xxx ID in that case?
i have one for production, give me a sec
or just a link to the Checkout page itself , either way
would the req id help too?
yep
req_z0KuGudfWJlaXC
thanks, let me dig in a bit
interestingly response shows only card
i'm curious whether something is misconfigured in the account itself
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
as far as I can tell it's simply that, per https://stripe.com/docs/payments/payment-methods/integration-options#country-currency-support I don't think anything but card would be expected here, was there a specific method you were looking for?
at least ideal, but that certainly requires euro then?
so this relates purely on what currency you accept in your account?
iDEAL requires the payment to be in EUR and your merchant account to be in Europe yes
well it's more the combination of currency and your account's country, that table in the docs describes it well.
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 ๐
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.
thanks for the kind words!
do you have an eta on that, because it would take me quite a while to get anything reasonable into my own code for that to work
ps that pricing table feature is bliss too ๐
I've actually built an extension for Flarum on top of Stripe to offer countless payment related features to communities made with the Flarum forum software
we don't, for now I would build direct logic on your side since it will be a while before this works its way through betas and such before being available generally. Just sharing that that is the direction we're going.
noted, thanks ๐