> 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/installation.md).

# Installation

Follow these steps to install the Magento 2 plugin:

1. Download the latest release from the [Verifone Payment Module](#download-verifone-payment-module) table at the bottom of this page and extract the archive.
2. Upload the included **Verifone** directory to 'app/code/' under your Magento root directory on your server.
3. Upload the files to your server, to your instance of Magento 2. Each file must be uploaded to the correct directory.<br>

   <div data-with-frame="true"><figure><img src="/files/DPO7i2W5qsjBWsXLAMh7" alt=""><figcaption></figcaption></figure></div>
4. Install the module by running 'bin/magento setup:upgrade' and 'bin/magento setup:di:compile'.
5. Log in to your Magento 2 administration panel and navigate to *System → Cache management.*  <br>

   <div data-with-frame="true"><figure><img src="/files/IPSCbxKflgycVbx4qZm8" alt=""><figcaption></figcaption></figure></div>
6. On the *Cache management* page, click on the **Flush Magento cache** button.<br>

   <div data-with-frame="true"><figure><img src="/files/YuqISFXUlYCiB3srRkZg" alt=""><figcaption></figcaption></figure></div>
7. Go back to the *System* tab and select **Index Management**.<br>

   <div data-with-frame="true"><figure><img src="/files/BunMoGaRcRF1TFQmYG9Z" alt=""><figcaption></figcaption></figure></div>
8. On the *Index Management* page, select the **Update on save** option and click on the **Submit** button to re-index all templates.<br>

   <div data-with-frame="true"><figure><img src="/files/dUev78y874JVDPRLzpaJ" alt=""><figcaption></figcaption></figure></div>

Once the installation is complete, make sure to [configure the Verifone settings](/online-payments/plugins/magento-2-plugin-integration/automatic-setup.md).

## Download the Verifone Payment Module <a href="#download-verifone-payment-module" id="download-verifone-payment-module"></a>

<table><thead><tr><th>Release date</th><th data-type="files">Build</th><th>Release notes</th></tr></thead><tbody><tr><td>2025-08-14</td><td><a href="/files/SPv7DHajZm87GfAP75vk">/files/SPv7DHajZm87GfAP75vk</a></td><td><ul><li>Fixed Issue with redirect to the appropriate confirmation page</li><li>Improved billing address sync before creating a checkout</li></ul></td></tr></tbody></table>


---

# 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/installation.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.
