#Damian-applepay
1 messages · Page 1 of 1 (latest)
Hi! Can you share your account ID (acct_xxx)? It's at the top of this page: https://dashboard.stripe.com/settings/account
Hi acct_18vmtELK3ksSjRk1
Thanks! And could you share the request ID that generated the error you shared?
is this this one? req_U1SV0dbpj7rMaT
I can't find this request, did you copy/paste it correctly?
for sure I did, this is https://api.stripe.com/v1/apple_pay/sessions request
Date: Tue, 19 Apr 2022 11:15:23 GMT
request-id: req_U1SV0dbpj7rMaT
Strange, I cannot find it.
You shared with me a platform account ID. But I'm guessing you got the invalid_request_error when doing an API call on a connected account? Id so, can you share the connected account ID?
can you help me to find it please?
I think it's more that we don't log requests to that API in the tooling we use, unfortunately
let's approach this a different way.
- do you have a link to the page with the problem(should show the Apple Pay button that doesn't) so I can see it directly?
- " On the production however we get an error: " where exactly are you seeing that?
I have a link, mysimplesocket.com/kztp you click continue and then after you enter your email and check the consents it unlocks the button for apple pay (ofc in safari browser)
from the user's point of view, after filling this form and pressing this button this apple payment confirmation window appears but only to disappear
and then also in the browser logs you can see this error
ok, I see
are you sure you verified the domain? You're using the public API key of your Stripe account u****y G.f.v.E. mbH in the code on that page, and that account doesn't have mysimplesocket.com registered. It has a staging-api... domain registered and that's it.
note it is not acct_18vmtELK3ksSjRk1 (U*****y DES UK LTD )that you mentioned earlier.
if you think you're using that ^^ account, you're not, you're using the public API key of a different Stripe account, so you probably mixed up your configuration.
if the domain was not confirmed then the button would not appear, I am sure the domain was verified correctly
ok, I understand the difference in account ids
the problem is what I said above, please check the configuration of your website and make sure you're using the right public key
Thanks! You're right, a difficult case to diagnose. Thanks a lot again and have a great day.