#Tahir Rauf-ApplePayDomain
1 messages · Page 1 of 1 (latest)
Doesn't seem correct
curl -s https://www.rebeccavallance.com/.well-known/apple-developer-merchantid-domain-association | shasum
this returns c6233b27209feb37fbcb683dd288c16a1d54817f
It should returns 66e294f14f03165bb73637f562179d3d9c6e0da9 as the file from Stripe by a similar command
curl -s https://stripe.com/.well-known/apple-developer-merchantid-domain-association | shasum
I can see the file that I downloaded and the file that is uploaded to the domain are the same
Where do you download the file?