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.
-
Ensure that Salesforce Commerce Cloud's own Apple Pay implementation has been enabled.
-
Ensure that Mollie's implementation of Apple Pay has been added to your checkout.
The Apple server needs SEO aliases to do merchant validation.
-
Log in to Salesforce Commerce Cloud Business Manager.
-
Open Select a site, and select a site from the list.
-
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"
}
}