#scubastereo
1 messages · Page 1 of 1 (latest)
Would you mind sending me the ID of the connected account? I can take a look at their config
acct_1LG4qt2H3QNsqCMy
I'm actually not seeing the apple pay domain or payment method domain registered. Do you know how and when they tried to register this domain?
Also I don't see a custom domain on their account. Are they trying to have Checkout itself have a special URL or are they just trying to get Apple Pay to show up on Checkout when hosted at checkout.stripe.com?
The checkout is a custom one - and we're using Stripe elements
Is the "domain ID" starting with pmd_ safe to share?
Yes it is, that would definitely help
If you have a public URL that I can test this checkout page at, that may be helpful as well. Happy to receive that via DM if you want to share it
Okay I hope I copied this correctly, it was from an image:
pmd_1NwqNo2H3QNsqCMyaRKdsNDH
And I'll dm you the URLs
That ID does work for me!
And I do see it registered on their accountl
Do you know if Apple Pay works for them on other pages? Sometimes Apple Pay does not show up becasue you don't have your wallet configured on the specific device you are using
This doc is a good test page to see if Apple Pay is available on the device. https://stripe.com/docs/elements/express-checkout-element
It was 2 weeks ago or so by now, but at the time this issue was first brought up we did have an employee get Apple pay to show up elsewhere - I'm firing up an Apple device right now but I'm not confident it has the wallet set up properly
Gotcha, I do see you DM'd me the URL. Will see if I can see the button myself
I do see an apple pay button on the device I have, and I don't see it on our checkout
I see it on that link you shared*
Not seeing it either. Do you know if the Google Pay button shows up on the same page?
Can double check, but I'm pretty confident Google Pay and Affirm show up for me on my desktop
Yea, those are still showing up
Gotcha, thank you for checking. I am still looking in to this. Usually the domain registration should be all that is required.
The customer does say it's a little weird, he shared a picture in one spot where it says "No domains" but clicking the "Add new domain" brings him to a page where he sees the one with the ID I shared
Would you be able to send me the part of the screenshot that says no domains? I can check where that is showing and if that means anything here
As far as I can see, the registration is okay. Not sure what else may be effecting this
DM okay? I'll send you the two pictures I got
Sounds good to me
Is it something dumb where there's a button not shown in one of those images that says something like "Use this domain"?
We also didn't help them set up the .well-known/apple-developer-merchantid thing so I'm not sure how to check if that's set up like it's supposed to be
That worked as far as I can tell. I am also not seeing the domain listed in one place but everywhere else is indicating that the domain was set up, which would require that file to be properly set up
Are you doing the direct charges flow, where you create the PaymentIntents directly on the standard account that is connected to you? Or are you creating the intents on your platform? I just remembered that there are some flows that require the domain to be registered on your platform account
Hmm, we create the payment intent while specifying the connectedAccountId - would that be considered directly on the standard account?
Actually it looks like I misremembered and you would need to register the apple pay domain either way. Can you try registering the domain on your platform account? I think that should get the button to show
We call this out in our older docs for registering Apple Pay domains directly https://stripe.com/docs/stripe-js/elements/payment-request-button?client=html#html-js-using-with-connect
Will make sure we call this out in our current Payment Method Domain docs