Skip to content

PAYONE-GmbH/woocommerce-3

Repository files navigation

PAYONE Payment Plugin for WooCommerce

Build Status GitHub WordPress Plugin Version WordPress Plugin Rating

The official PAYONE payment integration for WooCommerce. With our plugin you can integrate numerous payment methods into your shop in just a few minutes.

Important Features

  • 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

How to Get Started?

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

Stable Installation

We recommend installing the plugin via the official WordPress plugin website. You can follow the usual installation process here: PAYONE Payment for WooCommerce

Development Installation

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.

  1. Download this repository (ZIP / TAR)
  2. Extract the contents of the downloaded archive
  3. Rename the extracted folder from woocommerce-3-master to payone-woocommerce-3
  4. Move the payone-woocommerce-3 to your WordPress plugin directory (e.g. wp-content/plugins)
  5. Activate the plugin on your WordPress admin plugin page
  6. Javascript Bundling: yarn install & yarn start
  7. Build files for production: yarn build