#mulo_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/1346430412418973739
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mulo_code, 22 hours ago, 10 messages
Hi, let me help you with this.
Wallets like Apple Pay and Google Pay appear when you provide payment_method_types[]=card.
also iv noticed that in the above case, the paypal option only shows up after 10 seconds of the page being loaded
(it's not really optimal for the costumer experience)
Could you please share an example Checkout Session URL?
I did set up that paypal should only show up when price displayed is between x and y
I guess maybe that is why - tho still not optimal outcome ๐
Yes, wallets take time to show up while Stripe checks if it's supported in the browser. I see it appearing after just a few seconds. Unfortunately, it's not configurable.
can you clarify how that param is formatted
so should I include
payment_method_types: ['card', 'paypal', 'applepay', 'googlepay'],
like so?
Please read my previous message โ๏ธ
You don't need to add anything for Apple Pay and Google Pay
You don't see the wallets on the Checkout?
uh interesting, but I do have to include paypal?
no coz I dont have them on my machine, they do for you?
Yes, paypal needs to be explicitly added.
so paypal conditionally enabled in the dashboard, tho if I didnt include it in the array, it wouldnt show up
Yes
is the info text configurable with markdown for example to make it more prominent?
hi! I'm taking over this thread.
what do you mean by "info text"? is this the Product description?
yes im trying to warn the user that payment options may take a while to show up
that's the Product description yes. and no, you cannot use markdown in it or make it more proeminent.
is there another way to make it so paypal would show up automatically instead of checking?
(I understand apple and google pay must be available in the browser, but paypal can work without any extension)
no sorry, it may take a couple of seconds to appear, and you can't change this. but I'm not sure why that's an issue.
im just worried that since the paypal selection happens on another interface, that then the user might be confused as it doesnt show up.
Tho I hope is just my client case and that overall it takes couple of seconds instead of 10.
Thanks for support!