#talon_api
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/1283848125240574053
đ 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.
- talon_api, 21 hours ago, 36 messages
- talon_wallet-only, 23 hours ago, 10 messages
- talon_connect-dispute, 2 days ago, 6 messages
- talon_api, 3 days ago, 12 messages
<div id="checkout-page">
<h1>Checkout page</h1>
<p>Please select a payment method</p>
<ExpressCheckoutElement onConfirm={onConfirm} />
{errorMessage && <div>{errorMessage}</div>}
</div>
Hello! Apple Pay is only going to show up in Safari with a valid card in your wallet. Are you using Safari with a valid card?
Google Pay will only show up in Chrome when a valid card is available in Google Pay there.
You can't get both Apple Pay and Google Pay showing up at the same time in the same browser currently.
do i need to verify additionally?
The only requirement for Google Pay is domain registration. Apple Pay is the only one that needs the additional domain validation step.
i verified domain for apple pay but there was no setup for Google pay
If Apple Pay is showing up both Apple Pay and Google Pay should be working and should automatically show up when available.
There's no additional setup for Google Pay.
verified domain? as like https? i am using ngrok
Verify it with Stripe according to the instrucitons here: https://docs.stripe.com/payments/payment-methods/pmd-registration
Cool!