Skip to content

Payment Services installation

This guide explains how to install and configure the Payment Services drop-in component in your storefront.

Before you can use the Payment Services component in your storefront, you must onboard to Payment Services in the Adobe Commerce Admin.

Register your storefront domain with Apple

Section titled “Register your storefront domain with Apple”

The following steps explain how to register your storefront domain with Apple, which is required to use Apple Pay.

Download the Apple Pay domain verification file. Click to download .

Add the file to the following path in your storefront repository. Note the added .bin extension, which is currently the only way available in EDS to serve binary content.

/.well-known/apple-developer-merchantid-domain-association.bin

Add a redirect to make the domain verification file accessible at https://your-sandbox-domain.com/.well-known/apple-developer-merchantid-domain-association.

SourceDestination
.well-known/apple-developer-merchantid-domain-association/.well-known/apple-developer-merchantid-domain-association.bin

Contact your sales representative to register the sandbox domain with Apple.

Set up a URL rewrite at the CDN level to make the domain verification file directly accessible at https://your-production-domain.com/.well-known/apple-developer-merchantid-domain-association, without redirects.

Contact your sales representative to register the production domain with Apple.