#chau_api
1 messages ยท Page 1 of 1 (latest)
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.
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1252455403564957696
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
hello! how can I help?
Cannot download icons after the webpage has been closed (web app manifest "https://pay.google.com/gp/p/web_manifest.json" for payment handler manifest "https://google.com/pay").
I get error this when apply google pay to website
i'm not sure i understand, what's the impact you're seeing on your site for this error message?
const express = {
wallets: {
applePay: 'always',
googlePay : 'always',
}
}
this.expressCheckoutElement = this.stripeElements.create('expressCheckout', {options: express});
this.expressCheckoutElement.mount('#express-checkout-element');
<div id="express-checkout-element"></div>
I use this code to display google pay to express-checkout-element
alright, and how is that error message impacting your ability to display google pay?
I don't see the google pay button appear?
can you share a link to your site? please include test login credentials if required
Yes, I will share link.
Can I share it with you privately?
Hi @restive stream I'm taking over this thread
Sure, you can DM me the login credentials.
Try again
I've already enabled DM and I don't know why discord didn't deliver your message to me.
If you are not comfortable sharing the login information through discord, you can reach out to Stripe support https://support.stripe.com/contact/email and we'll contine to help you through emails.
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
this.expressCheckoutElement.on('ready', ({availablePaymentMethods}) => {
console.log("๐ ~ this.expressCheckoutElement.on ~ availablePaymentMethods:", availablePaymentMethods);
});
After console log, I get google pay: false.
Could you help me check this?
- Are you serving your page through https?
- did you log into your Chrome browser with a Google account that have active card in its Google Pay wallet?
- Are you using a compatible browser (i.e., Chrome) ?
- This is my website :https://dev-omillionaire.bitville.dev/payment
Google account that have active card in its Google Pay wallet
Your website requires login, Is there a test account that I can use?
- Are you testing Google Pay from a supported country?
Ah looks like you haven't registered dev-omillionaire.bitville.dev for payment method domain.
I registered dev-omillionaire.bitville.dev for payment method domain
No, I don't see any domains registered in your account.
acct_1Oqvz5JeHqK3tLPG is this your account ID?
Failed to download or decode a non-empty icon for payment app with "https://pay.google.com/gp/p/web_manifest.json" manifest.
I am facing this error
I'd suggest you register your domain first before trying again.