Salesforce: Set up Apple Pay

Although Salesforce Commerce Cloud has Apple Pay built in, Mollie's implementation of Apple Pay offers a number of advantages, such as eliminating the need for Apple Pay sandbox or production environments. The Mollie API also supports a more recent version of Apple Pay than Salesforce Commerce Cloud does.

What you need to do in advance

  1. Ensure that Salesforce Commerce Cloud's own Apple Pay implementation has been enabled.

  2. Ensure that Mollie's implementation of Apple Pay has been added to your checkout.

Enable Salesforce Commerce Cloud's Apple Pay

  1. Log in to Salesforce Commerce Cloud Business Manager.

  2. Open Select a site, and select a site from the list.

  3. Go to Merchant Tools > Site Preferences > Apple Pay and fill in the required fields.

  4. Select Apple Pay enabled?.

  5. Click Submit.

Set up SEO aliases

The Apple server needs SEO aliases to do merchant validation.

  1. Log in to Salesforce Commerce Cloud Business Manager.

  2. Open Select a site, and select a site from the list.

  3. Go to Merchant Tools > SEO > Aliases and enter the host name aliases for your site or sites.

    Example 1. Example

    {

      "__version": "1",

      "settings": {

        "http-host": "{{realm_id}}-{{instance_id}}.sandbox.us01.dx.commercecloud.salesforce.com",

        "https-host": "{{realm_id}}-{{instance_id}}.sandbox.us01.dx.commercecloud.salesforce.com"

      }

    }