#Ionys

1 messages · Page 1 of 1 (latest)

hollow meadowBOT
drifting lotus
#

Hi there!

cosmic marsh
#

Hi!

drifting lotus
#

I also only get card and stripe with the same command. Let me keep digging

cosmic marsh
#

Nice, thanks!

drifting lotus
#

I recommend viewing each payment method type and looking at country availability to confirm whether a given type is supported. For example, ideal is supported for French accounts: https://stripe.com/docs/payments/ideal

cosmic marsh
#

Oh okay, I didn't understod that before. Thanks for your feedback, I saved the links to check them later!

#

I just discovered that Stripe have an internal api doing exactly what I want, do you know if there is somewhere to do a feedback to the dev to maybe have this is in the public api?

drifting lotus
#

Which API are you referring to?

cosmic marsh
drifting lotus
#

Ah got it. Just to be clear, can you clarify the question you're trying to answer with the API? Like, are you hoping to get a list of PaymentMethods that will be presented in Checkout for example for a customer from a specific country?

#

The reason I ask is country_specs is specifically for Connect, whereas I think the URL you pulled above is from the Checkout preview page (please correct me if I'm wrong)

cosmic marsh
# drifting lotus The reason I ask is `country_specs` is specifically for Connect, whereas I think...

I got this link from this page: https://dashboard.stripe.com/settings/payment_methods, displaying the Checkout preview. If I remember well, it's a setting from the Connect section, yup!
Update: the setting was from the Payments section, my bad

cosmic marsh
drifting lotus
#

Got it! A way to grab this programmatically doesn't exist. However, when you turn on PaymentMethods on https://dashboard.stripe.com/settings/payment_methods and omit payment_method_types when creating a Checkout Session, Stripe will present your customers will all supported payment methods for their country + currency