#alex_16060
1 messages · Page 1 of 1 (latest)
Hello
Hmmm that should be possible afaik
Let me try myself real quick
Yep works just fine for me
Are you using Connect by chance?
Hey @rugged tusk thanks for getting back to me and reproducing on your end. glad to hear it works, so it's possible I'm overlooking something simple. and no, we are not using connect.
Let's start with Google Pay
If you go here: https://stripe.com/docs/stripe-js/elements/payment-request-button in Chrome, do you see Google Pay button at the top?
And when you are testing are you serving over HTTPS for your integration?
yes, always https
I do not, but that's expected. You see, testing is difficult because I (developer) don't actually have either of the wallets (I use a non-standard OS on my phone). So I'm relying on reports from my co-workers. I can appreciate if that makes debugging this too complicated.
Ah yeah if you don't have a live card in your wallet then it is going to be impossible for you to test.
If you provide a URL to your site I can take a look from my end real quick
But otherwise, you need to work with your coworkers on a device with live cards in the wallets
Yep I see it fine there for Google Pay
oddly, I have the option to use google pay there... but on the stripe docs link you sent me I don't!
Apple Pay is not showing however
And in console I can see: ```"You have not registered or verified the domain, so the following payment methods are not enabled in the Payment Element:
- apple_pay
So the issue there does seem like an improper domain registration
that's odd because we did go through the flow to add the apple-merchant file to /.well-known/<file> and hit verify... and it registered as successful. I assume it's fairly instantaneous to approve and go live.
I'd double check which account you verified that domain on. When I look at the account associated to the Publishable Key you are using on your site I don't see any domains registered
So it is very possible you have mixed up the account or the publishable key?
I'd double check on that
hm I wonder if it happened in test mode
though, I would assume domain registration is global and environment agnostic
ok thanks for checking that, I'll go over those steps again
Yep double check on the account in terms of making sure you are using the publishable key that corresponds with the account that you verified the domain.
can do, thanks so much for helping me track that down.