The extension integrates your Magento 2 store with the Paymill payment service.
The source is on GitHub: https://github.com/mage2pro/paymill
Demo videos
- Capture a card payment.
- Authorize a card payment, and capture it from the Magento side.
- Authorize a card payment, and void it from the Magento side.
- Partial and multiple refunds from the Magento side.
- Capture a card payment with the 3D Secure verification.
- Capture and refund a card payment from the Paymill side (using a webhook).
How to buy
Use the PayPal form below:
You can try it before buy
Use the self-installation instruction below.
How to install
1. Free installation service
Just order my free installation service.
2. Self-installation
composer require mage2pro/paymill:*
bin/magento setup:upgrade
rm -rf pub/static/* && bin/magento setup:static-content:deploy en_US <additional locales, e.g.: de_DE>
rm -rf var/di var/generation generated/code && bin/magento setup:di:compile
If you have some problems while executing these commands, then check the detailed instruction.