#fredstartracking_code
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/1265055111194087498
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
One moment
pi_3PfTdNAy7qvUwT7f1mNeox5M
So the problem here is simply that I don(t see the bancontact option in this screen:
So no errors or something like that, just struggling to have the bancontact option available
Hi I will have to go now (getting rather late here in Belgium) - I'll check back here tomorrow. Good night!
I'll share my findings in this thread for now
ok!
Ah, you're creating the Checkout Session with payment_method_types: 'card' only: https://dashboard.stripe.com/test/logs/req_1ZHBbIAtbfPmoV
ah ok, and what should it be?
So we're only showing cards as an available payment method type to the customer. If you want Checkout Sessions to reflect the payment methods you've enabled/disabled in the Dashboard, you should omit payment_method_types altogether
ok! I'll try that!
You can either omit payment_method_types to use dynamic payment methods, or explicitly list the payment method types you want to use
Like I said, I'm extending my current card code, to bancontact, so the solution works already for cards, but didn't work for bancontact, so I'm pretty sure you found the problem
Got it! Feel free to return to #help if there's anything else we can help you with tomorrow. Have a good night!
You to! thx again