#mohit_03885
1 messages · Page 1 of 1 (latest)
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 -
We were not able to verify your domain. To verify with Apple that you control your domain, you must host the verification file at https://hostname/.well-known/apple-developer-merchantid-domain-association.
even though i have file at location and file is accessibble by browser as well
yes have same result
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
domain verified by .net code will be updateed and display in Stripe dashboard as well?
What you mean exactly ?
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);
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
Did you run this code?
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
Could you please share the Request ID of the call to ApplePayDomainService? req_xxx https://support.stripe.com/questions/finding-the-id-for-an-api-request
request is not coming in logs
Are you sure it's successful?
yes geting reslut , let me share
var domain = service.Create(options); is giving reqid in header
Can you please share the req_? It's safe to post here
request id is not coming in logs but coming in domain variable
var domain = service.Create(options);
ok
Isn't it the request ID on the screenshot?
ok , as company policy i cant share
You can reach out to Stripe Support for 1x1 support: https://support.stripe.com/?contact=true
ok thanks
Happy to help!