Apple Pay is not available with Square. We cannot confirm the Apple Pay domain verification file is at the expected location

I am setting up Apple pay and Google pay for a client. Where should I get the file/certificate to be uploaded on the path

/home/u887410000/domains/petsonthemove.co.uk/public_html/.well-known/apple-developer-merchantid-domain-association

Should this be gotten from the client’s Square account?

:waving_hand: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Download, Configure, and Run the Client Sample
In-App Payment Solutions
In-App Payments SDK Quickstart

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

I think my clarification would be where to get the certificate? Can i do it on my account or should it come from the client’s developer account?

To set up Apple Pay, you need to upload an Apple Pay payment processing certificate to the Apple Developer Portal. This certificate is not obtained from the client’s Square account. Instead, you must first obtain a Certificate Signing Request (CSR) from Square through the Square Developer Console. Once you have the CSR, you submit it to the Apple Developer Portal to generate the Apple Pay certificate. This certificate is then used in your application to enable Apple Pay.

For the specific file you mentioned, the apple-developer-merchantid-domain-association file is typically provided by Apple and is used to verify your domain for Apple Pay. This file should be placed in the .well-known directory of your domain’s public HTML path. You should follow Apple’s instructions for obtaining and placing this file on your server.

This answer was reviewed by @Bryan-Square.