paynl / magento2-plugin
PAY. Payment methods for Magento2
Installs: 234 970
Dependents: 4
Suggesters: 0
Security: 0
Stars: 28
Watchers: 14
Forks: 32
Open Issues: 0
Type:magento2-module
Requires
- magento/module-payment: ^100.3.0
- magento/module-quote: ^101.1.0
- magento/module-sales: ^102.0.0 || ^103.0.0
- paynl/sdk: ^1.6.6
- dev-master
- 3.14.4
- 3.14.3
- 3.14.1
- 3.13.1
- 3.13.0
- 3.12.0
- 3.11.4
- 3.11.3
- 3.11.2
- 3.11.1
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.3
- 3.8.2
- 3.8.1
- 3.8.0
- 3.7.2
- 3.7.1
- 3.7.0
- 3.6.1
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.1
- 3.0.0
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.1
- 2.8.0
- 2.7.1
- 2.7.0
- 2.6.1
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.3
- 2.0.1
- 2.0.0
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.1
- 1.7.0
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.9
- 1.5.8
- 1.5.7
- 1.5.6
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.1
- 1.4.0
- 1.3.9
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.9
- 1.2.7
- 1.2.6
- 1.2.3
- 1.2.1
- 1.2.0
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.2
- 1.1.1
- 1.0.7
- 1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.1.1
- v0.1.0
- dev-feature/PLUG-3922
- dev-feature/mqid
- dev-feature/magento2-cse-2
- dev-feature/PLUG-935
- dev-dev
- dev-feature/PLUG-626
- dev-feature/PLUG-296
- dev-feature/PLUG-481
- dev-feature/PLUG-152-2
- dev-feature/PLUG-477
- dev-feature/PLUG-452
- dev-feature/PLUG-423-2
- dev-feature/PLUG-413
- dev-feature/PLUG-399
- dev-feature/PLUG-395
- dev-feature/PLUG-390
- dev-feature/PLUG-366
- dev-feature/PLUG-323
- dev-feature/PLUG-299
- dev-feature/PLUG-234
- dev-feature/PLUG-281
- dev-feature/PLUG-248
- dev-feature/PLUG-245
- dev-feature/PLUG-255
- dev-feature/PLUG-229
- dev-feature/PLUG-37
- dev-feature/PLUG-231
- dev-feature/PLUG-215
- dev-feature/PLUG-170
- dev-feature/updateversions
- dev-feature/PLUG-183
- dev-woutse-patch-6
- dev-woutse-patch-5
- dev-feature/PLUG-107
- dev-Feature/PLUG-186
- dev-Feature/PLUG-152
- dev-Feature/PLUG-179
- dev-feature/DOB
- dev-feature/Ideal-banks-position
- dev-feature/PLUG-176
- dev-woutse-patch-4
- dev-feature/fixforcsrfinterface
- dev-feature/vrsnnmbr
- dev-woutse-patch-3-1
- dev-woutse-patch-3
- dev-woutse-patch-2
- dev-feature/textupdate
- dev-woutse-patch-1
- dev-feature/PLUG-109
- dev-feature/test-ipadresses
- dev-PLUG-97
This package is auto-updated.
Last update: 2024-10-29 10:03:36 UTC
README
Pay. Magento2 plugin
This plugin provides your Magento2 webshop with all the payment methods you need.
For an overview off all features check https://docs.pay.nl/plugins#magento-2.
Index
Available payment methods
Requirements
PHP 7.2 or higher
PHP tested up to 8.3
Magento minimum version: 2.3
Magento maximum version: Tested up to 2.4.7
For manual installation (non-composer), include:
Pay. SDK: https://github.com/paynl/sdk
Minimum version: 1.5.19
Maximum version: Lower than 2.0.0
Installation
Installing
In command line, navigate to the installation directory of Magento2
Enter the following commands:
composer require paynl/magento2-plugin
php bin/magento setup:upgrade
php bin/magento cache:clean
The plugin is now installed
Setup
- Log into the Magento Admin
- Go to Stores / Configuration
- Go to Sales / Payment Methods
- Scroll down to find the PAY. Settings
- Enter the API token and serviceID (these can be found in the PAY. Admin Panel --> https://admin.pay.nl/programs/programs
- Save the settings
- Enable the desired payment methods and set allowed countries
- Save the settings
Go to the Manage / Services tab in the PAY. Admin Panel to enable extra payment methods.
Update instructions
In command line, navigate to the installation directory of Magento2
Enter the following commands:
composer update paynl/magento2-plugin paynl/sdk
php bin/magento setup:upgrade
php bin/magento cache:clean
The plugin has now been updated
Usage
More information on this plugin can be found on https://docs.pay.nl/plugins#magento-2
Support
Contact us: support@pay.nl