Title: Leanpay for WooCommerce
Author: Leanpay
Published: <strong>2026-03-27</strong>
Last modified: 2026-04-02

---

Szukaj wtyczek

![](https://ps.w.org/wc-leanpay/assets/banner-772x250.png?rev=3492448)

![](https://ps.w.org/wc-leanpay/assets/icon.svg?rev=3492448)

# Leanpay for WooCommerce

 Autor: [Leanpay](https://profiles.wordpress.org/leanpay/)

[Pobierz](https://downloads.wordpress.org/plugin/wc-leanpay.6.1.0.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/wc-leanpay/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/wc-leanpay/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/wc-leanpay/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/wc-leanpay/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/wc-leanpay/)

## Opis

Leanpay for WooCommerce lets customers pay in monthly installments.

Features include:

 * Installment payment option on checkout
 * Installment display on catalog and product pages
 * Support for Slovenia and Romania
 * Sandbox mode for testing
 * WooCommerce Blocks compatibility
 * Admin tools for installment plan updates and order delivery confirmation

### External services

This plugin relies on the Leanpay external service to provide installment payments.

#### What the service is and what it is used for

Leanpay is a third-party payment gateway service used to:

 * retrieve available installment plans,
 * generate payment tokens,
 * redirect customers to Leanpay checkout,
 * confirm order delivery,
 * retrieve verification information for transactions.

#### What data is sent and when

 * Installment plans update: merchant API key is sent when plans are updated manually
   or by schedule (`/vendor/installment-plans`).
 * Token creation at checkout: order details (order ID, total amount, redirect URLs)
   and billing data (name, phone, address, postal code, city) are sent when customer
   selects Leanpay (`/vendor/token`).
 * Checkout redirect: customer browser is redirected to Leanpay hosted checkout (`/
   vendor/checkout`).
 * Delivery confirmation: merchant API key and transaction ID are sent when admin
   confirms delivery (`/transaction/delivery`).
 * Verification lookup: merchant API key and transaction ID may be sent for verification
   document status (`/api/verification-document/get`).

The plugin connects to Leanpay domains based on selected market and mode, for example:

app.leanpay.si, `stage-app.leanpay.si`, `app.leanpay.ro`, `test-app.leanpay.ro`.

#### Service provider terms and privacy

Service provider: Leanpay d.o.o.

 * Terms of use: https://nbg1.your-objectstorage.com/leanpay/documents/Terms_and_conditions_08.07.2025.
   pdf?AWSAccessKeyId=YD5H3O5Y2IQQT0ZF0R8G&Signature=A8pHaBTlkuspM17fpHqzDt7TAM8%
   3D&Expires=1775662940
 * Privacy policy: https://nbg1.your-objectstorage.com/leanpay/documents/Privacy_policy_20260209.
   pdf?AWSAccessKeyId=YD5H3O5Y2IQQT0ZF0R8G&Signature=tqxSlHJZNJVPFAG3XXBmrcaNRjg%
   3D&Expires=1775662940

## Zrzuty ekranu

 * [[
 * Plugin settings page
 * [[
 * Installment display on product page
 * [[
 * Checkout with Leanpay payment option
 * [[
 * Admin order details with transaction status

## Instalacja

 1. Upload the plugin files to the `/wp-content/plugins/wc-leanpay` directory, or install
    the plugin through the WordPress plugins screen.
 2. Activate the plugin through the 'Plugins’ screen in WordPress.
 3. Go to WooCommerce -> Settings -> Payments.
 4. Open „Leanpay – instalment purchases”.
 5. Enter your Leanpay API credentials.
 6. Configure display and payment settings.
 7. Save changes.

## Najczęściej zadawane pytania

### Where do I get API credentials?

From your Leanpay merchant account.

### Can I test before going live?

Yes. Enable Sandbox mode in plugin settings.

### Does it support WooCommerce Blocks?

Yes.

### Which markets are supported?

Slovenia and Romania.

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Leanpay for WooCommerce” jest oprogramowaniem open source. Poniższe osoby miały
wkład w rozwój wtyczki.

Zaangażowani

 *   [ Leanpay ](https://profiles.wordpress.org/leanpay/)
 *   [ Sinus IKS d.o.o. ](https://profiles.wordpress.org/sinusiks/)

Wtyczka „Leanpay for WooCommerce” została przetłumaczona na 1 język. Podziękuj [tłumaczom](https://translate.wordpress.org/projects/wp-plugins/wc-leanpay/contributors)
za ich wkład.

[Przetłumacz wtyczkę “Leanpay for WooCommerce” na swój język.](https://translate.wordpress.org/projects/wp-plugins/wc-leanpay)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/wc-leanpay/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/wc-leanpay/) lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/wc-leanpay/)
przez [RSS](https://plugins.trac.wordpress.org/log/wc-leanpay/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 6.1.0

 * Major redesign of front-end Leanpay widgets (catalog, product, and checkout).
 * Added configurable placement for the Leanpay block on single product pages (Settings
   tab), including hooks around the price, add to cart area, summary, meta, and 
   an optional product tab.
 * Added configurable placement for the Leanpay block in catalog/shop loops (before
   or after title; before or after the add to cart link).
 * Removed unused legacy gateway options (legacy color and installment font-size
   keys) that were no longer exposed in settings.
 * Fixed a bug where saving payment settings could clear other gateway options when
   the custom settings-tab nonce was not present on POST (panel detection now works
   on save).
 * Admin: show/hide position fields when catalog or product display toggles are 
   off; clearer labels for placement options.
 * Admin: clearer display of automatic price update schedule (last successful update,
   next cron run, queued manual update).
 * Tested with WooCommerce 10.6.2.
 * Updated translations.

#### 6.0.4

 * Removed Croatia and Hungary market options; only Slovenia (SI) and Romania (RO)
   are supported.
 * Removed the „Double price” setting and all related front-end logic.
 * Added market-specific 0% interest price threshold (Romania does not support 0%
   interest rate); exposed to leanpay.js via localized params.
 * Enqueued JS for reliable cache busting.
 * Variable products: fixed AJAX HTML for Leanpay block (banner + modal), nonce 
   security, and locale switching so translated strings load on variation change.

#### 6.0.3

 * WordPress.org release version.
 * Updated readme/changelog packaging and release metadata for WordPress.org distribution.

#### 6.0.2

 * Removed plugin-managed Custom CSS injection option and related setting.
 * Removed deprecated `load_plugin_textdomain()` call for WordPress.org-hosted translations.
 * Updated naming/prefixing to improve WordPress coding standards compliance.
 * Improved database query annotations and safety notes for custom table usage.
 * Updated plugin documentation for external services disclosure.

For the complete changelog of all versions, see changelog.txt in the plugin directory.

## Meta

 *  Wersja **6.1.0**
 *  Ostatnia aktualizacja **2 dni temu**
 *  Włączone instalacje **60+**
 *  Wersja WordPressa ** 5.0 lub nowszej **
 *  Testowano do **6.9.4**
 *  Wersja PHP ** 7.4 lub nowszej **
 *  Języki
 * [Croatian](https://hr.wordpress.org/plugins/wc-leanpay/) i [English (US)](https://wordpress.org/plugins/wc-leanpay/).
 *  [Przetłumacz na swój język](https://translate.wordpress.org/projects/wp-plugins/wc-leanpay)
 * Tagi
 * [installment](https://pl.wordpress.org/plugins/tags/installment/)[payment](https://pl.wordpress.org/plugins/tags/payment/)
   [payment gateway](https://pl.wordpress.org/plugins/tags/payment-gateway/)[woocommerce](https://pl.wordpress.org/plugins/tags/woocommerce/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/wc-leanpay/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

[Dodaj recenzję](https://wordpress.org/support/plugin/wc-leanpay/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/wc-leanpay/reviews/)

## Zaangażowani

 *   [ Leanpay ](https://profiles.wordpress.org/leanpay/)
 *   [ Sinus IKS d.o.o. ](https://profiles.wordpress.org/sinusiks/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/wc-leanpay/)