#MikeyBeLike

1 messages ยท Page 1 of 1 (latest)

languid arrowBOT
nova crypt
#

error is similar to this:

"message": "Before you can start using Apple Pay on the Web, you need to first register your domain. For more information, see https://stripe.com/docs/stripe-js/elements/payment-request-button#verifying-your-domain-with-apple-pay.",
    "request_log_url": "https://dashboard.stripe.com/acct_REDCACTED/logs/req_REDACTED?t=1681821337",
    "type": "invalid_request_error"
#

apple pay is registered, this only errors when a connected account is attached, but not on direct interactions

earnest glade
#

๐Ÿ‘‹ happy to help

#

would you mind sharing the request ID? the one you redacted?

nova crypt
#

it takes me to the connected account, but it says that log entry doesn't exist

plush sleet
#

Hi there ๐Ÿ‘‹ taking over as my teammate needs to step away, bear with me a moment while I take a look at that.

nova crypt
#

okay thanks

plush sleet
#

For your Connect flow, are you using Direct Charges?

nova crypt
#

yep

plush sleet
#

Gotcha, what I would suggest is to remove the Apple Pay domain from your Platform account and add it back. You used to need to add those domain on the Connected Accounts directly when using Direct Charges, but that was changed not too long ago so that now you only have to add it on the Platform account. However, that change was not retroactive to already registered domains. Let me know if that doesn't solve the issue.

nova crypt
#

ahhh that makes sense, will try that

#

should I expect a wait period before I see a change? or should it work immediately?

plush sleet
#

I believe it's nearly immediate

nova crypt
#

yeah it didn't work lol, still same error

plush sleet
#

Where is the domain you're trying to surface Apple Pay, is it a publicly accessible site that I can look at?

nova crypt
#

yep

#

But one thing I noticed as well it seems to only work on private browsing - the apple pay part that is

plush sleet
#

Apple Pay always shows in private mode, even if it shouldn't.

nova crypt
#

but only?

#

it doesn't appear in normal mode

plush sleet
#

That means something isn't set up right, trying to spot what.

#

Sorry, nothing is jumping out at me, I'm going to ask a teammate to take a closer look.

nova crypt
#

if it helps, some of my users dont have a problem seeing it in regular safari, but it doesn't work for them as that error above occurs^

plush sleet
#

That's very weird, it shouldn't display inconsistently like that unless there is a nuance I'm overlooking.

opal compass
#

Hi there. Taking a look at this. Give me a few to catch up

nova crypt
#

Thank you ๐Ÿ™‚

opal compass
#

Can you share the account id of the platform and the account id of the relevant connect account here?

nova crypt
#

sure

#

actually how do I find the account id of the platform?

#

the account id of the connected account is: acct_1LzXqo4EPjYcgueY

#

nvm found it: acct_1LzXqo4EPjYcgueY <-- platform

#

sorry ignore that, how do I find this?

opal compass
#

I can get it from the connect account actually, so don't worry about it

nova crypt
#

okay ๐Ÿ™‚

opal compass
#

Looks like the domain still isn't registered on the Connect account. It's only registered on the platform

#

Follow ^ steps

nova crypt
#

ohh is this not something that can be done via the dashboard?

opal compass
#

Not sure. I'd imagine you can do it if you log in as the connect account

#

But recommend just firing off an api request like in that example

nova crypt
#

thank you that solved the issue!

#

interesting though, as there doesn't seem anyway to do this via the dashboard