Set up payment methods
Most of the supported payment methods function out of the box with after you have added them to your Customer Area. On this page you can find the instructions for setting up the payment methods that require extra steps to enable.
Start integrating with Salesforce SiteGenesis cartridge
Choose your versionRequirements
After the metadata import, Adyen has been added as the payment processor for credit cards and for the local payment methods that have been set up for your merchant account.
To make sure that this has been set up correctly:
- In the Salesforce Business Manager, go to Merchant tools > Ordering > Payment Methods.
- In the Payment Methods overview, check the ID column to make sure that AdyenComponent and CREDIT_CARD are enabled.
- Under Details, set Payment Processor to Adyen_Component for both types.
Arrange payment methods
Payment methods are shown based on a shopper's order amount, currency and shipping country. The order in which the payment methods are displayed to shoppers can be changed per country in the Customer Area:
- Go to Settings > Checkout Settings.
- Drag the payment methods in the order that you want to display them.
Adjust payment method descriptions
You can adjust the payment method descriptions that are displayed to your shoppers on the checkout page.
The payment method descriptions used by the cartridge are in the paymentMethodDescriptions.js
file. To change the description for a payment method:
- Go to
src/cartridges/int_adyen_overlay/cartridge/adyenConstants/paymentMethodDescriptions.js
. - Add the payment description that you want to display to your shoppers.
Apple Pay
Salesforce Commerce Cloud provides the integration with Apple Pay on the Web, where Adyen is used as one of the payment facilitators to accept Apple Pay tokens and process them.
To set up Apple Pay, you need to use your own Apple Pay certificate.
This integration is provided by Salesforce Commerce Cloud, and allows your shoppers to check out with the Apple Pay express flow, where the Pay button is displayed on the product and checkout page.
For any questions regarding this integration, contact Salesforce Commerce Cloud directly.
Step 1: Install the Salesforce Commerce Cloud Apple Pay plugin
- Make sure that you have access to the Salesforce Commerce Cloud GitHub community.
- Download the Apple Pay cartridge (plugin-applepay) from the Salesforce Commerce Cloud GitHub repository.
If you get a 404 error, double-check your access to the Salesforce Commerce Cloud GitHub community.
- In the Salesforce Business Manager, install the Salesforce Commerce Cloud Apple Pay cartridge that you downloaded.
- Add
plugin_applepay
afterint_adyen_overlay
to your cartridge path. - Remove the
hooks.json
file from inside theplugin_applepay
cartridge, or customize the file to suit your use case.
Step 2: Enable Apple Pay
Before you begin to set up Apple Pay on the Web, make sure that we have your Apple merchant identifier and payment processing certificate.
Refer to Apple Pay certificate and follow the instructions to:
- Create your merchant identifier.
- Log in to your Apple Developer account at https://developer.apple.com and follow the instructions to enable Apple Pay capabilities.
- Create a payment processing certificate.
You do not need to follow the steps to register and validate your merchant domain or create a merchant identity certificate on the page.
Step 3: Set up Apple Pay in Salesforce Commerce Cloud
- In the Salesforce Business Manager, go to Merchant Tools > Site Preferences > Apple Pay.
- In the Payment integration section, fill in the following fields:
Field | Description |
---|---|
Apple Pay Enabled? |
Select the checkbox. |
Apple Merchant ID |
Enter your Apple Merchant ID (configurable in https://developer.apple.com/). |
Apple Merchant Name |
Your business name, for example COMPANY INC.. This name will be visible in the Apple Pay payment sheet. |
Country Code |
Enter your Country Code. |
Merchant Capabilities |
Select 3DS. |
Supported Networks |
Select the supported networks. |
Redirect Pages to HTTPS? |
Select the checkbox. |
Use Commerce Cloud Apple Pay Payment API? |
Select the checkbox. |
Payment Provider URL |
Use https://pal-test.adyen.com/pal/adapter/Demandware/authorise for Test or https://pal-live.adyen.com/pal/adapter/Demandware/authorise for Live. |
Payment Provider Merchant ID |
Enter your Adyen Merchant Account name. |
API Version |
Select the latest. |
Use Basic Authentication? |
Select the checkbox. |
Payment Provider User |
Your API credential (ws@Company.[YourCompanyAccount]) from the Adyen Customer Area. You can find this under Developers > API credentials. |
Payment Provider Password |
Your API credential password from the Adyen Customer Area. To find your password, go to Developers > API credentials and select the credential: |
Use JWS? |
Leave it unselected. |
JWS Private Key Alias |
Leave it empty. |
- Register Apple Sandbox/Production domain on the Domain Registration section of Salesforce Commerce Cloud.
- In the Salesforce Business Manager, go to Merchant Tools > Ordering > Payment Methods > DW_APPLE_PAY and set Payment Processor to Adyen_Component.
Credit card installments
Credit card installments are optionally available in some countries. To learn more about their availability, see Credit card installments.
To configure credit card installments, configure the following settings in the Salesforce Business Manager:
-
Go to Merchant tools > Site Preferences > Adyen Settings > Card settings.
-
Select the Enable Credit card installments toggle.
-
Fill the following fields to configure an installment rule. You can configure a different installment rule for each card type.
Field Description Minimum Amount Set the minimum installment amount for each credit card type. Number of Installments Set the number of installments you want to offer for each credit card. Allowed Credit Card Types Set the credit card types that you want to allow installments for. Select to delete an installment rule. -
Select Add Rule, then select Save Changes.
Gift cards
If you want to accept gift card payments, contact our Support Team.
Once our team confirms that gift card payments have been set up for you account, you can start to accept gift cards in your checkout.
Google Pay
Enable Google Pay in your test Customer Area. You do not need to configure it in the plugin afterwards.
To enable Google Pay in the live environment:
- Get your Google Merchant Id.
- In the Salesforce Business Manager, go to Merchant tools > Site Preferences > Adyen Settings > Local payment method settings.
- In the Google Merchant ID field, enter your merchant ID.
- Select Save Changes.
PayPal
To enable PayPal in the Live environment, get your PayPal Merchant Id, and add PayPal to your Customer Area.
Tokenization with PayPal requires additional configuration on our side. If you have enabled storing payment details of your shoppers when you set up the plugin, reach out to our Support Team to enable this functionality.