Apple Pay Account Activation

All domains that you intend to use for accepting ApplePay payments must be verified. Follow the instructions below to verify your domains.

curl -X POST https://api.payload.co/applepay_domains \
    -u your_secret_key: \
    -d profile_id=acct_3cKYWcXwONaFxsc5fjGuG \
    -d domain=your_domain

Verify domains

To verify a domain you must host the following domain-verification file under each domain:

https://files.payload.co/applepay/apple-developer-merchantid-domain-association

Host the domain-verification file at the following path for each domain you’re registering:

https://[DOMAIN_NAME]/.well-known/apple-developer-merchantid-domain-association

Log into payload and go to Settings > Features & Add-ons > Apple Pay. A configuration popup should open with a domain verification prompt at the bottom.

Alternatively, you can use the API to verify domains: