https://github.com/scanpay/woocommerce-scanpay
Scanpay payment plugin for WooCommerce.
https://github.com/scanpay/woocommerce-scanpay
payments woocommerce
Last synced: 6 months ago
JSON representation
Scanpay payment plugin for WooCommerce.
- Host: GitHub
- URL: https://github.com/scanpay/woocommerce-scanpay
- Owner: scanpay
- License: gpl-3.0
- Created: 2016-09-21T16:33:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-11-10T20:11:25.000Z (8 months ago)
- Last Synced: 2025-11-10T22:09:49.267Z (8 months ago)
- Topics: payments, woocommerce
- Language: PHP
- Homepage: https://wordpress.org/plugins/scanpay-for-woocommerce/
- Size: 1.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.txt
- License: LICENSE
Awesome Lists containing this project
README
# Scanpay for WooCommerce
[](https://github.com/scanpay/woocommerce-scanpay/releases)
[](https://github.com/scanpay/woocommerce-scanpay/blob/master/LICENSE)
[](https://www.codefactor.io/repository/github/scanpay/woocommerce-scanpay)
WooCommerce is a free and open-source e-commerce plugin for WordPress. At Scanpay, we have developed a payment plugin for WooCommerce that allows you to accept payments through our payment platform in your WooCommerce store.
If you have any questions, concerns or ideas, please do not hesitate to e-mail us at [support@scanpay.dk](mailto:support@scanpay.dk). Feel free to join our IRC server `irc.scanpay.dev:6697 #support` or chat with us at [irc.scanpay.dev](https://irc.scanpay.dev).
## Requirements
- WooCommerce >= 3.6.0 ([details](./docs/requirements.md#woocommerce-compatibility-table))
- WordPress >= 4.7.0 ([details](./docs/requirements.md#wordpress-compatibility-table))
- PHP version >= 7.4 ([details](./docs/requirements.md#php-compatibility-table))
- libcurl >= 7.25.0 ([details](./docs/requirements.md#libcurl-compatibility-table))
- [Scanpay](https://scanpay.dk) account.
## Plugin compatibility
- WooCommerce Subscriptions >= 1.0
## Installation
To install the plugin in your WooCommerce store, please follow the instructions in the [installation guide](https://wordpress.org/plugins/scanpay-for-woocommerce/#installation).
If you wish to set up the development environment, follow these steps:
```bash
npm install
composer install
./build.sh
```
## Contribution
We greatly appreciate all contributions to this project. Whether you are fixing bugs, adding new features, improving documentation, or providing feedback, your efforts help make this project better for everyone. Please feel free to submit pull requests, report issues, or suggest enhancements. Thank you for your support and collaboration!
## License
Everything in this repository is licensed under the [GPLv3 license](LICENSE).