Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pay-now/paynow-magento2
Paynow plugin for Magento2
https://github.com/pay-now/paynow-magento2
gateway magento magento2 payments paynow
Last synced: 2 months ago
JSON representation
Paynow plugin for Magento2
- Host: GitHub
- URL: https://github.com/pay-now/paynow-magento2
- Owner: pay-now
- License: mit
- Created: 2020-06-08T11:55:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T10:09:14.000Z (8 months ago)
- Last Synced: 2024-08-16T09:30:36.806Z (5 months ago)
- Topics: gateway, magento, magento2, payments, paynow
- Language: PHP
- Homepage:
- Size: 342 KB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.EN.md
- License: LICENSE
Awesome Lists containing this project
README
[**Polska wersja**][ext0]
# Paynow plugin for Magento 2
[![Build Status](https://travis-ci.com/pay-now/paynow-magento2.svg?branch=master)](https://travis-ci.com/pay-now/paynow-magento2)
[![Latest Version](https://img.shields.io/github/release/pay-now/paynow-magento2.svg)](https://github.com/pay-now/paynow-magento2/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
[![Total Downloads](https://img.shields.io/packagist/dt/pay-now/paynow-magento2)](https://packagist.org/packages/pay-now/paynow-magento2)The Paynow plugin adds quick bank transfers and BLIK payments to a Magento shop.
## Table of Contents
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Configuration](#configuration)
- [FAQ](#FAQ)
- [Sandbox](#sandbox)
- [Support](#support)
- [License](#license)## Prerequisites
- PHP since 7.1
- Magento version from 2.0 or higher## Installation
You can install our plugin through Composer:
```bash
composer require pay-now/paynow-magento2
bin/magento module:enable Paynow_PaymentGateway
bin/magento setup:upgrade
bin/magento setup:di:compile
```## Configuration
1. Go to administration page
2. Go to **Stores > Configuration > Sales > Payment Methods**.
3. From available payment methods choose **Paynow**
4. After changes save your configuration## FAQ
**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`.## Sandbox
To be able to test our Paynow Sandbox environment, register [here][ext2].
## Support
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/.
## License
MIT license. For more information, see the LICENSE file.
[ext0]: README.md
[ext1]: https://github.com/pay-now/paynow-magento2/releases/latest
[ext2]: https://panel.sandbox.paynow.pl/auth/register