> 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/magento-2-plugin-integration.md).

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