#ozlem_checkout-autopms

1 messages ¡ Page 1 of 1 (latest)

unique groveBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1280555922560909312

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

pliant stone
#

Hey @nova sun. Can you please share an exact Checkout Session id cs_live_123 so I can have a look?

#

ozlem_checkout-autopms

nova sun
#

hello

#

I will check

#

cs_live_a126lc0VQ52QRWgeF9kbv0QBak2te5XVbqREDSa2EmW2frPfNiUhEWDpR1

#

For this session, I see only card but I expect to see iDeal.

pliant stone
#

Your Price is in USD. iDEAL requires EUR on EU merchants

#

Also, you are a Connect platform and the owner of the connected account has to configure payment methods on the configuration for your platform
It's common that they get confused and configure their own

nova sun
#

I will provide another session

#

cs_live_a1zZHucIQDVL4KVji3Xy4iSDn0qhgGdAURDz2Kw7c1dCFK4TSSh7IkMJ64

pliant stone
#

Okay so it seems that you, as a Connect platform, control which payment methods to enable on your own platform account and you do not let connected accounts pick those themselves

nova sun
#

We enabled all payment methods on our platform.

pliant stone
#

you have everything off by default

nova sun
#

okay

#

I am enabling them now

#

Or according to Stripe article

#

I can enable this also. Am I right?

pliant stone
#

Yes if you enable that then every connected account will have to individually turn on the payment methods they want for your platform payments.
It might be easier to enable the ones you want first and only allow overrides later if your users complain/ask for it?

nova sun
#

For example, if iDeal is off on my account, can user override my settings, right?

pliant stone
#

yes. But you are configuring payment methods specifically for connected accounts even if you don't want it on your account. That's why ther are 2 different configurations

nova sun
#

Okay thank you so much. In my case, I removed payment_method_types from my code to allow our users to give this customization. We don't want to wait users if they want to enable a payment method so this dynamic settings is what we need.