...
Your Apple Pay Merchant Identifier
Can be found on your Apple Developer Account at https://developer.apple.com/account/resources/identifiers/list/merchant
merchantCert:
Your Apple Pay Merchant Identity Certificate
This must be downloaded from your Apple Account and converted to PEM format
One option to convert to PEM is as follows:
On the Mac, open Keychain Access
From the sidebar, select System Roots
Locate the certificate to export
Select File > Export Items
Select a location to save the certificate and select the Privacy Enhanced Mail (.pem) file format
Open your new PEM file in a text editor, like Notepad. Copy the contents of the text file and paste into the “merchantCert” box.
Pasted text must include “-----BEGIN CERTIFICATE-----”
certPrivateKey:
The private key of your Merchant Identity Certificate
This must be converted to PEM format along with your downloaded Apple Pay Merchant Identity Certificate
Open your new PEM file in a text editor, like Notepad. Copy the contents of the text file and paste into the “certPrivateKey” box
Pasted text must include “-----BEGIN PRIVATE KEY-----”
displayName:
Default merchant name to display to the customer while authorizing payment
Ex: "Touch ID to Pay My Store (displayName) $118.00"
...
Step 7: Configure Apple Pay funnel settings.
...
Gateway: Gateway on which to process a transaction the with Apple Pay token. Gateway is optional. Not entering a gateway will process the transaction on the gateway assigned to the product purchased. Do ensure the gateway is in the supported list at the top of this document.
Plugin: Apple Pay plugin / Merchant ID configuration settings to use to create Apple Payment Sessions. This is required.
Merchant Name: Customizable funnel merchant name to display to the customer while authorizing payment. If not entered, the session will default to the plugin settings displayName.
Ex: "Touch ID to Pay My Store (displayName) $118.00"
Country: Country to use for Apple Pay Session
You will upload Domain File in Step 9.
...