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.
- Download the plugin ZIP file using the button above.
- In your WordPress admin, navigate to Plugins → Add New → Upload Plugin.
- 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:
- WooCommerce → Settings → Payments → Korba Payment
- Enable the Korba Payment method.
- 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.
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:
- In WordPress admin, go to Pages and edit your Checkout page.
- Remove all existing content from the page.
- 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.