.. meta::
:description: Payneteasy payment gateway plugin for Magento 2 — overview, live demo and link to the GitHub repository.
.. _plugin_magento:
Magento
#######
The PaynetEasy Magento plugin lets a Magento-based store accept payments through Payneteasy without leaving the standard Magento checkout flow. Shoppers pick a product, go through the usual Magento checkout steps, and are handed off to the PaynetEasy payment form (or a direct/server-to-server flow, depending on configuration) to enter their card details.
A live example of the checkout flow is available on the `Magento demo shop `_.
.. note::
The step-by-step configuration walkthrough in this page (menu paths, field-by-field descriptions, screenshots-style flow) is drawn from documentation written for the older Magento 1.x plugin (``payneteasy/php-plugin-magento``). The plugin actually linked from this documentation set, `php-plugin-magento-2 `_, targets Magento 2 and has a different internal structure (it ships as a standard ``app/code/Paynet/PaynetEasy`` module rather than the legacy Magento 1 module layout). The general concepts below (requirements, credentials to fill in, sandbox testing) still apply, but exact admin menu wording and installation commands may differ. Always check the plugin repository's own README for Magento-2-specific instructions before installing.
Source code
-----------
The Magento 2 plugin source is published at `php-plugin-magento-2 `_. A working checkout built on this plugin can be tried on the `Magento demo shop `_.