Arborescence des pages



Introduction

The Payline plugin for Magento 2 allows the best of our solution to be implemented in your store, without any development.

The available functions are:

  • Cash
     Payment Simple payment on our secure interface. You can integrate it into your checkout, or redirect your buyers to it.

  • 1-click payment
     The buyer uses a card registered during a previous payment. The card is offered on our secure interface.

  • Payment in installments
     The buyer can realize 3XCB or 4XCB payments.

  • Payment retry
     The proposal for a list of secondary payment methods after a payment refusal.

  • Customizing the transaction label
     
    On your buyer's account statements, payments made on your merchant site are clearly identified.

  • Fraud
     Depending on the buyer's history, his addresses (including relay points), the content of his order, etc.

  • Debit at shipping
     Your buyer is debited when their order is invoiced, during the shipping process. 

  • Collect (multiple/partial)
     Each element of the order can be invoiced and debited separately. Late debits are possible (re-authorization process)

  • Refund (Multiple/Partial)
     Refund Each item of the order can be refunded separately 

  • Proposal of payment methods according to the amount
     Associate a price range with each payment method configured in Payline, to offer your buyers what best corresponds to their order.

  • Automatic payment / order synchronization
     Your buyer has not returned to the store after a redirection to our payment interface? No problem, the notification process automatically updates their order. 


Installing and updating the plugin 

The plugin is based on a dependency management tool integrated into Magento 2: Composer.


Our plugin for Magento 2.x is  published on gitHub

Our plugin for Magento with the Hyvä theme is published on gitHub .

  • This theme is offered in redirection mode and benefits from all the features of the Magento plugin (see above).




Installing the plugin


Follow the module installation procedure

1. Connect in ssh to the server which hosts Magento and go to the installation directory.

2. If it does not yet exist, you have to create a new directory to store the module zip package, payline-magento2-x.y.z.zip (x.y.z is the version of the module).

mkdir -p extra/composer/artifact/zip

3. Save the zip package payline-magento2-x.y.z.zip in the directory extra/composer/artifact/zip

4. Run composer to deploy module and dependencies (monext/payline-sdk)

    Copy the archive of the payline-magento2- xyz .zip module into this directory (extra / composer / artifact / zip)

composer config repositories.zip artifact extra/composer/artifact/zip
composer require monext/module-payline:x.y.z

5. Run magento command to enable the module

php -f bin/magento module:enable Monext_Payline
php -f bin/magento setup:upgrade

6. Check in the vendor folder that the folders are present and not empty

vendor/monext/module-payline


For an update, you must uninstall the old version. 

No connection to your FTP server is necessary: ​​Component Manager manages the retrieval of online files and their integration into the tree structure of your store.

Be sure to use the latest version of the Payline SDK to include all the latest updates regarding evolutions and fixes. Previous versions are not maintained.


Installing the plugin Hyvä (Optional)

  To use the module, you must be using:  Adobe Commerce v2.4.4 or later.

Follow the module installation procedure

. Log in to the Magento server.

2. Run Composer to deploy the module 

composer require monext/module-hyva-payline

5. Run the magento command to activate the module

bin/magento module:enable Monext_HyvaPayline

Check the plugin configuration in Magento to finalize the setup.