# Magento 2 Plugin Integration

Magento is an open-source PHP-based eCommerce platform that offers a high degree of flexibility and control over the user experience, catalog, content, and functionality of their online store. You can integrate with Magento 2 web store via Hosted Checkout by following the steps in this guide.

Magento 2 plugin enables you to process orders with Verifone's Hosted Checkout.

## Prerequisites

Prior to installation, the following prerequisites must be met:

* A Magento 2 Installation (Version 2.1x, 2.3.x or 2.4.x)
* sftp/scp and shell access to your server
* Using the default checkout for Magento. Custom checkouts, such as one page checkouts are not certified as compatible with the Verifone module

{% hint style="warning" %}
To start accepting eCommerce transactions, you will 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 the Magento 2 plugin, you will need to [install Verifone Hosted Cart](/online-payments/plugins/magento-2-plugin-integration/installation.md), [configure the Verifone settings](/online-payments/plugins/magento-2-plugin-integration/automatic-setup.md) and set up [Webhooks](/online-payments/plugins/magento-2-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/magento-2-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.
