The Paynow plugin adds quick bank transfers and BLIK payments to a Magento shop.
- PHP since 7.1
- Magento version from 2.0 or higher
You can install our plugin through Composer:
composer require pay-now/paynow-magento2
bin/magento module:enable Paynow_PaymentGateway
bin/magento setup:upgrade
bin/magento setup:di:compile
- Go to administration page
- Go to Stores > Configuration > Sales > Payment Methods.
- From available payment methods choose Paynow
- After changes save your configuration
How to configure the return address?
The return address will be set automatically for each order. There is no need to manually configure this address.
How to configure the notification address?
In the Paynow merchant panel go to the tab Settings > Shops and poses
, in the field Notification address
set the address:
https://twoja-domena.pl/paynow/payment/notifications
.
To be able to test our Paynow Sandbox environment, register here.
If you have any questions or issues, please contact our support at [email protected].
If you wish to learn more about Paynow visit our website: https://www.paynow.pl/.
MIT license. For more information, see the LICENSE file.