An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Scanpay for WooCommerce

[![Latest Stable Version](https://img.shields.io/github/v/release/scanpay/woocommerce-scanpay?cacheSeconds=600)](https://github.com/scanpay/woocommerce-scanpay/releases)
[![License](https://img.shields.io/github/license/scanpay/woocommerce-scanpay?cacheSeconds=6000)](https://github.com/scanpay/woocommerce-scanpay/blob/master/LICENSE)
[![CodeFactor](https://www.codefactor.io/repository/github/scanpay/woocommerce-scanpay/badge)](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).