> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/online-payments/plugins/salesforce-commerce-cloud.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
