#windy_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/1227042321875472424
๐ 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.
- windy_prb-applepay, 2 hours ago, 5 messages
Hi, we document this, https://docs.stripe.com/stripe-js/elements/payment-request-button?client=react#react-prerequisites. Have you checked that you've completed all of the prerequisites?
yes
btw, do i must input the card info?
without that, i think i should see this apple paybutton at least
for now, i only see the link button
if i try this demo, it shows apple pay button
https://docs.stripe.com/elements/express-checkout-element#try-demo
cc @soft monolith
cc @barren portal @timber blade
any one help me for my account
๐ Taking over this thread, catching up now
@lilac beacon looks like you're in the wrong place, this thread is for someone else's question.
- If you have your own thread please chat there.
- If you have a question or a followup to a closed thread use one of the buttons in https://discord.com/channels/841573134531821608/842637025524842496 to get help (we don't reopen closed threads).
Note that posting inappropriate messages in other people's threads is against the rules. No worries if this was just an honest mistake, but anyone who violates the rules multiple times will be removed from this server.
btw, do i must input the card info?
For payment request button, Apple Pay button will only be shown if the card is saved in the Apple Pay wallet.
If you wish to have Apple Pay always displayed, Express Checkout Element is recommended: https://docs.stripe.com/elements/express-checkout-element/accept-a-payment
what is the difference between payment request button and express checkout element?
Payment Request Button only shows single wallet button whereas Express Checkout Element supports showing multiple wallet button
So Payment Request Button shows one of the wallets like Google Pay or Apple pay but Express shows all of them
Right?
Then for Payment Request Button, how do you determine to show a certain wallet?
So Payment Request Button shows one of the wallets like Google Pay or Apple pay but Express shows all of them
Yes
Then for Payment Request Button, how do you determine to show a certain wallet?
You can check the guide here: https://docs.stripe.com/stripe-js/elements/payment-request-button?client=html (see screenshot)
Ok thank you. Let me try it