The official PAYONE payment integration for WooCommerce. With our plugin you can integrate numerous payment methods into your shop in just a few minutes.
- Easy integration in your current checkout
- Simplified PCI DSS conformity in accordance with SAQ A for credit card payments
- Current supported payment methods: Credit Card, SEPA Direct Debit, PayPal, Paydirekt, Safe Invoice, Sofort, Giropay, Invoice, Prepayment
Before you can start, you should check if all minimum requirements are met, these are:
- At least PHP 5.6
- Recent verion of WordPress 5
- Recent version of WooCommerce
- PAYONE API credentials
We recommend installing the plugin via the official WordPress plugin website. You can follow the usual installation process here: PAYONE Payment for WooCommerce
If you want to test the latest development progress, you can install the current
development state from the master
branch of this repository.
However, we do not recommend using this state in a live environment.
- Download this repository (ZIP / TAR)
- Extract the contents of the downloaded archive
- Rename the extracted folder from
woocommerce-3-master
topayone-woocommerce-3
- Move the
payone-woocommerce-3
to your WordPress plugin directory (e.g.wp-content/plugins
) - Activate the plugin on your WordPress admin plugin page
- Javascript Bundling:
yarn install
&yarn start
- Build files for production:
yarn build