alt

Important information

The API reference is now available here.
The deprecated API reference is available here.

Unzer

Install the plugin

Learn how to install and configure the WooCommerce Unzer plugin.

Before you begin

  • WooCommerce system requirements

  • Basic integration requirements from Unzer

  • To avoid rounding errors when submitting floating point numbers to the API, we recommend that you set the following value in your php.ini, which selects an improved algorithm for rounding such numbers.

    // php.ini
      ; When floats & doubles are serialized store serialize_precision significant
      ; digits after the floating point. The default value ensures that when floats
      ; are decoded with unserialize, the data will remain the same.
      serialize_precision = -1
    

Step 1: Install using GitHub

  1. Go to the GitHub Unzer account and download the latest release.
  2. Unzip the downloaded file on your local machine.
  3. Rename the unzipped directory from ..\woocommerce-X.X.XX\ to ..\unzer-payments\ on your local machine.
  4. Upload all the contents of the directory ..\unzer-payments\ to your server’s ..\wp-content\plugins\ directory.
    1. You should now have a ..\wp-content\plugins\unzer-payments directory on your server.
    2. Start the installation: In the shop in the back end, go to Plugins > Unzer Payments and choose Activate.
      The installation runs automatically.

Step 2: Configure your plugin environment

  1. To configure the payment methods, go to WooCommerce > Settings > Payments.
  2. Set up your payment methods.
  3. To change or review the general plugin configuration, go to Unzer and update the configuration.

For a detailed list of all the plugin requirements and installation steps, go to Unzer supported payment methods

Update the API keys

Go to Plugins > Unzer Payments and select Unzer API settings.

  1. Specify the Public Key and Private Key. WooCommerce Payment method overview If the keys are valid, the green button icon is displayed.
  2. Specify the Order status for the authorized payments.
  3. Specify the Order status for the captured payments.
  4. In the Webhooks section, select Add Webhook. If the webhooks are active, the green button icon is displayed.
  5. Select Save changes.

Next steps