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 UnzerCW plugin.

icon info
Plugin updates
There are no further updates planned for this plugin.
Go to WooCommerce for the new Unzer plugin documentation and installation steps.
icon
If you are using Unzer Direct for your integration, go to WooCommerce integration for the detailed list of steps.

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. Upload all the contents of the directory ..\woocommerce-X.X.XX\files\ to your server’s ..\wp-content\plugins\ directory.
    1. You should now have a ..\wp-content\plugins\woocommerce_unzercw directory.
    2. Start the installation: In the shop in the back end, go to Plugins > Installed Plugins 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 Plugin configuration WooCommerce .

FieldDescription
Operation modeChoose whether you want to submit transactions against test or live.
Public Key (Live)Enter your public key that you received from Unzer Insights
Private Key (Live)Enter your public key that you received from Unzer Insights
Public Key (Test)Enter your public key that you received from Unzer Insights
Private Key (Test)Enter your public key that you received from Unzer Insights
OrderId SchemaYou can change the order id schema. See info text below for further information.
PaymentReference SchemaIf required, change the payment reference schema.
InvoiceID SchemaIf required, change the invoice ID schema.
Review Input FormSelect if the input form for credit card data should be rendered in the review pane.
Order IdentifierSelect the identifier that should be sent to the payment service provider.
Log LevelSelect the log level for messages of this or a higher level to be logged.

Next steps