Skip to content

PAYONE-GmbH/woocommerce-3

Folders and files

NameName
Last commit message
Last commit date
Apr 14, 2023
Mar 25, 2022
Dec 12, 2024
Apr 4, 2018
Dec 12, 2024
Dec 11, 2024
Jan 21, 2025
Aug 29, 2022
Dec 11, 2024
May 10, 2023
Mar 12, 2024
Mar 21, 2024
Oct 21, 2020
Dec 11, 2024
Jun 7, 2022
Mar 12, 2024
Aug 6, 2020
Mar 12, 2024
Dec 11, 2024
Dec 11, 2024
Jan 23, 2025
Sep 25, 2018
Jan 23, 2018
Jan 23, 2025
Dec 11, 2024

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: npm install & npm start
  7. Build files for production: npm run build