# PrestaShop Plugin Integration

You can use the PrestaShop plugin to integrate with the Verifone payment solution and process orders with the Hosted Payments Page (HPP) / iFrame and provide an improved experience to your shoppers.​

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Before installing the Verifone cart, you must meet the following requirements:

* Prerequisites related to the PrestaShop:
  * Install the PrestaShop plugin, not older than v1.7+ (you can download the latest plugin version from <https://www.prestashop.com/en/download>)
* Prerequisites related to PHP:
  * Make sure you have PHP version 7.4.0 or later
* Prerequisites related to using Verifone Hosted cart in conjunction with the PrestaShop plugin:
  * 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](/online-payments/api-integration-methods-auth-and-endpoints/secure-card-capture-key.md) on the organization your user is associated to, in [Verifone Central](https://docs.verifone.com/verifone-central-getting-started/).

## Availability <a href="#availability" id="availability"></a>

You can start using the PrestaShop plugin if you have an [acquirer](/online-payments/supported-acquirers.md) configuration.

Versions supported for PrestaShop are listed on the connector's page [here](https://www.prestashop.com/en/versions).

{% hint style="info" %}
Verifone does not support unofficial PrestaShop connectors such as Thirty Bees.
{% endhint %}

To integrate with the Verifone payment solution you will need to [install the payment module into your PrestaShop admin](/online-payments/plugins/prestashop-plugin-integration/installation.md), [configure the Verifone settings](/online-payments/plugins/prestashop-plugin-integration/automatic-setup.md) and set up [Webhooks](/online-payments/plugins/prestashop-plugin-integration/webhooks.md).


---

# 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/prestashop-plugin-integration.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.
