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

# Plugins

Use this section when you want to connect Verifone to a supported commerce platform with a plugin instead of building the payment flow from scratch.

## Start here

Choose the guide that matches your platform:

* [WooCommerce Plugin Integration](/online-payments/plugins/woocommerce-plugin-integration.md)
* [Magento 2 Plugin Integration](/online-payments/plugins/magento-2-plugin-integration.md)
* [OpenCart 3 Plugin Integration](/online-payments/plugins/opencart-3-plugin-integration.md)
* [PrestaShop Plugin Integration](/online-payments/plugins/prestashop-plugin-integration.md)
* [Salesforce Commerce Cloud](/online-payments/plugins/salesforce-commerce-cloud.md)
* [Shopify Plugin Integration](/online-payments/plugins/shopify-plugin-integration.md)

## What you usually need before installation

* Access to the commerce platform admin area.
* Access to Verifone credentials and contracts.
* A test environment for validation before going live.

## Typical plugin rollout

1. Install the plugin for your platform.
2. Connect the plugin to your Verifone account.
3. Configure payment methods and checkout behavior.
4. Set up webhooks or notifications where supported.
5. Run test transactions before you switch to production.

## Online shopping cart integrations <a href="#online-shopping-cart-integrations" id="online-shopping-cart-integrations"></a>

The online shopping cart integrations will enable you to accept payments seamlessly and streamline your operations while providing your shoppers with a frictionless online checkout experience.

### WooCommerce <a href="#woocommerce" id="woocommerce"></a>

[WooCommerce](/online-payments/plugins/woocommerce-plugin-integration.md) is the most popular WordPress eCommerce plugin. And it is available for free. Packed full of features and perfectly integrated into your self-hosted WordPress website.

### Magento <a href="#magento" id="magento"></a>

[Magento](/online-payments/plugins/magento-2-plugin-integration.md) is a feature-rich, open-source, enterprise-class eCommerce solution that offers merchants a high degree of flexibility and control over the user experience, catalog, content, and functionality of their online store.

### OpenCart <a href="#connectortestsites-magento2" id="connectortestsites-magento2"></a>

[OpenCart](/online-payments/plugins/opencart-3-plugin-integration.md) is a turnkey-ready “out of the box” shopping cart solution. You simply install, select your template, add products, and you’re ready to start accepting orders. It has order management built in and will provide lifetime free support and free software updates.

### PrestaShop <a href="#prestashop" id="prestashop"></a>

Fast, efficient, and easy to use, [PrestaShop’](/online-payments/plugins/prestashop-plugin-integration.md)s free e-commerce solution provides everything you need to open, operate, and maintain a successful online store.

### Salesforce Commerce Cloud <a href="#salesforce-commerce-cloud" id="salesforce-commerce-cloud"></a>

[Commerce Cloud](/online-payments/plugins/salesforce-commerce-cloud.md) is a Software-as-a-Service eCommerce solution provided by Salesforce, one of the leading CRM solutions.

### Shopify <a href="#shopify" id="shopify"></a>

[Shopify](/online-payments/plugins/shopify-plugin-integration.md) is a complete platform that enables you to launch, grow, and run a business. You can build and design an online store with Shopify, sell on web, mobile, and social media platforms, and control your products, inventory, payments, and delivery.

## Common next steps

After you choose a plugin, continue with the setup guide for installation, configuration, webhooks, and troubleshooting for that platform.


---

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