#ozlem_checkout-autopms
1 messages ¡ Page 1 of 1 (latest)
đ 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.
Hey @nova sun. Can you please share an exact Checkout Session id cs_live_123 so I can have a look?
ozlem_checkout-autopms
hello
I will check
cs_live_a126lc0VQ52QRWgeF9kbv0QBak2te5XVbqREDSa2EmW2frPfNiUhEWDpR1
For this session, I see only card but I expect to see iDeal.
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
I will provide another session
cs_live_a1zZHucIQDVL4KVji3Xy4iSDn0qhgGdAURDz2Kw7c1dCFK4TSSh7IkMJ64
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
We enabled all payment methods on our platform.
sure, for your own payments on your own account. It works completely differently with Connect.
Go to https://dashboard.stripe.com/settings/payment_methods/connected_accounts where you can configure the payment methods used for connected accounts
you have everything off by default
okay
I am enabling them now
Or according to Stripe article
I can enable this also. Am I right?
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?
For example, if iDeal is off on my account, can user override my settings, right?
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
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.