#vincent_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/1294277794838216755
๐ 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.
- vincent_code, 3 days ago, 10 messages
hi there!
hi soma, thank you for your help
for Apple Pay to show, you need to use the Safari browser and have a card saved in your Apple Wallet
for Google Pay to show, you need to use a Chrome browser and have a card saved in pay.google.com
you also need to register your domain for Apple PAy to work
this is explained here: https://docs.stripe.com/stripe-js/elements/payment-request-button?client=html#prerequisites
i assume this means that the paymentMethodTypes array should remain as 'link', 'card' ?
thank you Mahima
when i add other paymentMethodTypes to the array i get this error: ```Uncaught IntegrationError: Invalid value for elements.update(): paymentMethodTypes.2 should be one of the following strings: billie, capchase_pay, kriya, mondu, samsung_pay, sequra, amazon_pay, alipay, alma, affirm, afterpay_clearpay, au_becs_debit, acss_debit, bacs_debit, bancontact, blik, boleto, card, cashapp, crypto, customer_balance, eps, fpx, giropay, gopay, grabpay, ideal, klarna, konbini, mb_way, mobilepay, multibanco, ng_bank, ng_bank_transfer, ng_card, ng_market, ng_ussd, nz_bank_account, oxxo, p24, pay_by_bank, paypal, payto, qris, rechnung, sepa_debit, sofort, south_korea_market, kr_card, kr_market, kakao_pay, naver_pay, payco, shopeepay, swish, three_d_secure, twint, upi, us_bank_account, wechat_pay, paynow, pix, promptpay, revolut_pay, sunbit, satispay, netbanking, id_bank_transfer, link, link_card_brand, demo_pay, zip. You specified: apple_pay.
white screen of death, that error in the javascript console
Apple Pay and Google PAy are automatically included when you use card.
so yes you should remove apple_pay, since that doesn't exist.
ah okay
Where can we add payment methods?
what do you mean? also did you resolved the Apple/Google Pay not showing up?
i have not
thank you that was a tiny bit confusing, so I am very glad I was able to just ask someone! there must be somethign else i need to do to get this to appear
can you share a link to the page so I can have a look?
at this moment it is not in production, i am testing with a local server
are you using httpS? do you have a card saved in your Apple wallet? are you using Safari? Did you register your domain in the dashboard?
if you answered no to one of the questions above, then its expected that Apple Pay is not showing up.
Nope, I am using test mode, and I tried with Google Chrome
did you add a payment method in pay.google.com ?
personally I don't have apple pay but I do have google pay and tested in brave (trying to get my account on chrome presently) i might have to come back to this....
Yes but is it accessibe in India?
Not sure
Seems like it should be: https://support.google.com/googlepay/answer/12429287?hl=en#zippy=%2Cpay-online-or-in-apps
Some Google Pay and Google Wallet payments features are only available in certain countries or regions and on certain devices. Check feature availability Depending on where you live, you can pay the
Ah but Stripe does not support that in India: https://support.stripe.com/questions/supported-payment-methods-currencies-and-businesses-for-stripe-accounts-in-india
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.
ok i am in the US, i added my real card to pay.google.com and refreshed, not seeing google pay option
Do you see it appear at the top of the page here: https://docs.stripe.com/stripe-js/elements/payment-request-button
no, just link
chrome
plenty of extensions, but nothign dodgy, no ad blockers since i use this browser and computer for work
there is a ton of stuff running tha ti cannot turn off, it might be a vpn on
Can you share your checkout page url?
I tried to use Brave and Google Chrome
I can see if it shows for me
at this moment i am workign on a local server since this is not ready for production yet
No code won't be enough for me to tell
If button isn't showing on our site, then it's a problem with your wallet
But Google Pay will never show if running site locally
You'd need to run ngrok and register the domain
You need https for google pay to work
I tried with LCL.host too
Unless you have a publicly reachable https url and the domain is registered in Stripe, it won't show
But you also have a problem with your wallet setup if it's not showing at https://docs.stripe.com/stripe-js/elements/payment-request-button
where might i find the place to configure that properly?
ill have to deploy this somehow and get back to you
Hard to say the problem right now. You need to use chrome and you need to make sure your ip is in an allowed country (ideally turn off vpn)
If you share a link I can see if gpay shows for me. My wallet setup is working
i will have to get back to you on that, id have to deploy a couple different services to get you a working url
and check to see if that is kosher with my company ๐
No, no
no
oh what?
But looks like we are facing the same issue
im going to try and get a publicly available qa url so i can allow it to accept google pay
Ok if you share in here when that's done I can see if it shows for me
got it, thank you codename_duchess
But you'll also need to figure out what's wrong with your google pay wallet since the button doesn't show for you here: https://docs.stripe.com/stripe-js/elements/payment-request-button