# Salesforce Commerce Cloud

Commerce Cloud is a Software-as-a-Service ecommerce solution provided by Salseforce, one of the leading CRM solutions.&#x20;

Given that Commerce Cloud is a cloud-based solution, this frees up business from implementing a technical roadmap for managing scaling, upgrades or integrations with other services.&#x20;

The Verifone Link Cartridge facilitates the integration between a Commerce Cloud Storefront and the Verifone eCommerce platform, by using the Hosted Checkout.&#x20;

## Prerequisites <a href="#id-documentation-salesforcecommercialcloudconnector-prerequisites" id="id-documentation-salesforcecommercialcloudconnector-prerequisites"></a>

Prior to installation, the following prerequisites must be met by the merchant:

* Either a Commerce Storefront Reference Architecture (SFRA) 6.0 or Site Genesis website.

### Prerequisites for manual installation

* Nodejs version 10.20.1 for compiling frontend code as well as running the testing automation.
* A way to upload the code to the SFCC instance WebDAV (Example: VS code with Prophet Debugger or Eclipse with UXStudio extension).

### Prerequisites related to using Verifone Hosted cart in conjunction with the Salesforce Commercial Cloud cartridge

* The user that will be utilized in the plugin configuration needs a Merchant Supervisor role assigned (in order to check the roles assigned to your user, log in to Verifone Central using the URL you received in your welcome emails and go to Administration → Users)
* You will need to generate a Secure Card Capture key on the organization your user is associated to, in Verifone Central.

{% hint style="info" %}
To start accepting eCommerce transactions, you need to generate a [Secure Card Capture Key](/online-payments/api-integration-methods-auth-and-endpoints/secure-card-capture-key.md).
{% endhint %}

To use the Verifone Hosted Checkout with Salesforce, you will need to [install Verifone Hosted Cart](/online-payments/plugins/salesforce-commerce-cloud/installation.md) and [configure the Verifone settings](/online-payments/plugins/salesforce-commerce-cloud/configuration.md).

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.verifone.com/online-payments/plugins/salesforce-commerce-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
