REST API

Enrolling in Apple Pay

Apple Pay is a digital payment service that allows users to make secure and convenient transactions using their Apple devices. Users can add their credit or debit cards to the Wallet app and use them to pay online, or in apps in a safe and convenient consumer experience.
To enable Apple Pay you must first host a public certificate on your web page and then pass your merchant name and domain name to Apple. Apple will crawl out to your web page to validate the presence of this certificate to ensure the web pages it is being enabled for are properly vetted and registered with Apple.
Follow these steps to validate your domain and enroll in Apple Pay:
  1. Navigate to
    Payment Configuration >
    Unified Checkout
    .
  2. Click
    Set Up
    in the Apple Pay section.
  3. Follow the link to download the certificate.
  4. Upload the 'apple-developer-merchantid-domain-association' certificate file to your web server at
    /.well-known/apple-developer-merchantid-domain-association
    .

    ADDITIONAL INFORMATION

    You must check that the file is accessible through HTTPS. You can validate this by visiting
    https://<your-domain>/.well-known/apple-developer-merchantid-domain-association
    .
  5. Click
    Verify Domain
    .
  6. Enter the domain name where you are hosting Apple Pay. This must be the same domain where you uploaded the public certificate.

RESULT

Your domain is now verified for Apple Pay.