WooCommerce Plugin

Add Korba as a payment method on your WooCommerce store. Install the plugin, plug in your merchant credentials, and start accepting payments at checkout — no code required.

Overview

The Korba Payment Gateway plugin is an official WooCommerce extension that lets your customers pay through Korba Xchange directly from your store's checkout page. Once installed and configured with your merchant credentials, Korba appears as a selectable payment option at checkout — just like any other WooCommerce payment method.

Download the Plugin

Grab the latest version of the plugin as a ZIP file. You'll upload this through your WordPress admin in the next step.

Installation

Install the plugin the same way you would any other WordPress plugin uploaded from a ZIP file.

  1. Download the plugin ZIP file using the button above.
  2. In your WordPress admin, navigate to Plugins → Add New → Upload Plugin.
  3. Choose the downloaded ZIP, click Install Now, then Activate the plugin.

Setup

Once the plugin is active, configure it with the credentials from your Korba Xchange dashboard.

In your WordPress admin, go to:

  1. WooCommerce → Settings → Payments → Korba Payment
  2. Enable the Korba Payment method.
  3. Fill in the required fields below and save your changes.
Field Required Description
Merchant ID Yes Your Website ID from the Korba dashboard under Developer → XCheckout. This identifies your store when sending transactions to Korba.
Redirect URL Yes The page on your store that customers are sent to after the payment flow completes — typically your order confirmation or thank-you page.

Callback URL

The plugin generates your Callback URL automatically. It's derived from your store's domain (your domain + the Korba callback path) and is shown on the same settings page.

Copy the generated Callback URL into your Korba Dashboard. Korba needs to know where to deliver transaction results for your store. Without this, payments will process but your store will not be notified of the outcome.

Troubleshooting

Korba does not appear as a payment option at checkout

Some WooCommerce themes use custom checkout templates that bypass the standard payment-method block. If Korba is enabled in settings but does not show up on the checkout page, replace your checkout page content with the default WooCommerce shortcode:

  1. In WordPress admin, go to Pages and edit your Checkout page.
  2. Remove all existing content from the page.
  3. Add the shortcode below as the only content, then update the page.
[woocommerce_checkout]

Reload your checkout page in a browser — Korba should now appear alongside your other enabled payment methods.