Plugins-2 icon

Set up payment methods

Configure the payment methods that you want to offer in your Salesforce Commerce Cloud store.

Salesforce SFRA
Salesforce SiteGenesis
/user/pages/filters/salesforce-payments/sfra/visual/stack-of-credit-cards.svg

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 version
22.2.3

Requirements

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:

  1. In the Salesforce Business Manager, go to Merchant toolsOrdering > Payment Methods.
  2. In the Payment Methods overview, check the ID column to make sure that AdyenComponent and CREDIT_CARD are enabled.
  3. 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:

  1. Go to Settings > Checkout Settings.
  2. 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:

  1. Go to src/cartridges/int_adyen_overlay/cartridge/adyenConstants/paymentMethodDescriptions.js.
  2. 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

  1. Make sure that you have access to the Salesforce Commerce Cloud GitHub community.
  2. 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.

  3. In the Salesforce Business Manager, install the Salesforce Commerce Cloud Apple Pay cartridge that you downloaded.
  4. Add plugin_applepay after int_adyen_overlay to your cartridge path.
  5. Remove the hooks.json file from inside the plugin_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:

  1. Create your merchant identifier.
  2. Log in to your Apple Developer account at https://developer.apple.com and follow the instructions to enable Apple Pay capabilities.
  3. 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

  1. In the Salesforce Business Manager, go to Merchant Tools > Site Preferences > Apple Pay.
  2. In the Payment integration section, fill in the following fields:
FieldDescription

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:
ws@Company.[YourCompanyAccount]. You need to use the Basic auth password.

Use JWS?

Leave it unselected.

JWS Private Key Alias

Leave it empty.

  1. Register Apple Sandbox/Production domain on the Domain Registration section of Salesforce Commerce Cloud.
  2. 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:

  1. Go to Merchant tools > Site Preferences > Adyen Settings > Card settings.

  2. Select the Enable Credit card installments toggle.

  3. 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.
  4. 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:

  1. Get your Google Merchant Id.
  2. In the Salesforce Business Manager, go to Merchant tools > Site Preferences > Adyen Settings > Local payment method settings.
  3. In the Google Merchant ID field, enter your merchant ID.
  4. 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.

Next steps