#mohit_03885

1 messages · Page 1 of 1 (latest)

wintry gorgeBOT
sinful hill
#

What is the issue you are facing ?

#

Is there any logging error ?

#

Try doing a curl on your domain:
curl -s https://stripe.com/.well-known/apple-developer-merchantid-domain-association | shasum
replace stripe.com with your domain

#

You need to have the same result

#

66e294f14f03165bb73637f562179d3d9c6e0da9 -

copper geyser
#

even though i have file at location and file is accessibble by browser as well

sinful hill
#

Try checking your web logs access and see if your integration is blocking Stripe/Apple Pay requests

#

You may have a firewall that is blocking some verification requests

copper geyser
#

domain verified by .net code will be updateed and display in Stripe dashboard as well?

sinful hill
#

What you mean exactly ?

copper geyser
#

as if i am verifying domains for apply pay by .net code and code runs successfully then dashboard apple pay section will display verified domains ?

        var options = new ApplePayDomainCreateOptions
        {
            DomainName = "hostdomain",
        };

        var service = new ApplePayDomainService();
        var domain = service.Create(options);
last linden
#

Hi! I'm taking over from my colleague. Please, give me a moment to catch up.

copper geyser
#

yes ,

#

code run successfully in console application by replacing hostdomain with my actual

#

but verified domains is not displayed in Apple pay section of my stripe dashboard account

last linden
copper geyser
#

request is not coming in logs

last linden
#

Are you sure it's successful?

copper geyser
#

yes geting reslut , let me share

#

var domain = service.Create(options); is giving reqid in header

last linden
#

Can you please share the req_? It's safe to post here

copper geyser
#

ok

last linden
copper geyser
#

ok , as company policy i cant share

last linden
copper geyser
#

ok thanks

last linden
#

Happy to help!