Title: LendPro Payment Gateway
Author: LendPro
Published: <strong>2026-يىلى 18-ئاۋغۇست</strong>
Last modified: 2026-يىلى 18-ئاۋغۇست

---

قىستۇرما ئىزدە

![](https://s.w.org/plugins/geopattern-icon/lendpro-payment-gateway.svg)

# LendPro Payment Gateway

 يازغۇچى [LendPro](https://profiles.wordpress.org/lendproplugin/)

[چۈشۈر](https://downloads.wordpress.org/plugin/lendpro-payment-gateway.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/lendpro-payment-gateway/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/lendpro-payment-gateway/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/lendpro-payment-gateway/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/lendpro-payment-gateway/#developers)

 [قوللاش](https://wordpress.org/support/plugin/lendpro-payment-gateway/)

## چۈشەندۈرۈش

LendPro Payment Gateway integrates [LendPro](https://www.mylendpro.com) into WooCommerce
as a Buy Now, Pay Later (BNPL) payment method. Customers complete their LendPro 
financing application inside a popup iframe without leaving your store. Payment 
confirmation is handled automatically via webhooks.

**Features:**

 * BNPL checkout via LendPro popup iframe
 * Pre-qualification banner (shortcode `[lendpro_banner]`) — lets customers check
   financing eligibility before reaching checkout
 * Automatic billing address sync from LendPro to the WooCommerce order
 * Guest and logged-in customer support via a persistent customer key
 * Order splitting for mixed leasable/non-leasable carts
 * WooCommerce HPOS (High-Performance Order Storage) compatible

**Third-Party Service**

This plugin connects to the LendPro API, a third-party BNPL financing platform operated
by LendPro Financial Corp. The API is used to:

 1. Launch a financing application inside a checkout popup iframe
 2. Receive payment confirmation via an incoming webhook

Customer data (name, email, phone, billing and shipping address, cart items) is 
transmitted to LendPro servers when a customer initiates checkout or a pre-qualification
application. This transmission occurs only when the customer actively clicks to 
proceed with LendPro financing.

 * LendPro website: https://www.mylendpro.com
 * LendPro Terms of Use: https://www.mylendpro.com/privacy-notice
 * LendPro Privacy Policy: https://www.mylendpro.com/privacy-notice

You must have an active merchant account with LendPro to use this plugin.

**Privacy**

This plugin sets a first-party cookie (`_lendpro_customer_key`) to track a returning
customer’s financing application across sessions. For logged-in users the key is
stored in user meta instead of a cookie. The cookie contains only a random identifier—
no personal data. Site owners using this plugin should update their privacy policy
and cookie notice accordingly.

No data is sent to external servers automatically on page load. Data is only transmitted
to LendPro when the customer explicitly interacts with the LendPro checkout or pre-
qualification flow.

## ئورنىتىش

 1. Upload the `lendpro-payments` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **WooCommerce  Settings  Payments  LendPro** and enter your API credentials(
    provided by LendPro).
 4. Copy the generated **Webhook Secret** and provide it to your LendPro account manager,
    or use the **Sync Webhook** button to register it automatically.

## FAQ

### Do I need a LendPro account?

Yes. You must have an active merchant account with LendPro. Contact [LendPro](https://www.mylendpro.com)
to get started.

### Does this work with WooCommerce Blocks checkout?

Not currently. The Blocks checkout integration is under development. The plugin 
works with the classic WooCommerce checkout.

### What data is sent to LendPro?

When a customer initiates a LendPro payment or pre-qualification, the following 
data is transmitted to LendPro’s servers: first name, last name, email address, 
phone number, billing address, shipping address, and cart item details (description,
SKU, quantity, price).

### Is HPOS supported?

Yes. The plugin declares compatibility with WooCommerce High-Performance Order Storage(
custom order tables).

## باھالاشلار

بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.

## تۆھپىكار ۋە ئىجادكار

«LendPro Payment Gateway» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا
تۆھپە قوشقان.

تۆھپىكار

 *   [ LendPro ](https://profiles.wordpress.org/lendproplugin/)

[«LendPro Payment Gateway» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/lendpro-payment-gateway)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/lendpro-payment-gateway/)،
[SVN خەزىنە](https://plugins.svn.wordpress.org/lendpro-payment-gateway/) تەكشۈرۈپ
ياكى [RSS](https://plugins.trac.wordpress.org/log/lendpro-payment-gateway/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/lendpro-payment-gateway/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 2.1.19

 * Removed redundant Plugin URI header to resolve validation warnings.

#### 2.1.18

 * Added a new release version for recent minor changes.

#### 2.1.17

 * Final code sanitation and missing WordPress Plugin Check corrections.

#### 2.1.16

 * Update «Tested up to» and «Requires at least» headers for WordPress Plugin Directory
   compliance.

#### 2.1.15

 * Resolved all remaining WordPress Plugin Check issues for repository approval.

#### 2.1.14

 * Fix fatal error caused by malformed isset checks in $_GET/$_POST validation.

#### 2.1.13

 * Fix syntax errors from escaped quotes.

#### 2.1.12

 * Addressed WordPress plugin checker feedback (localization, escaping, DB queries,
   naming conventions).

#### 2.1.10

 * Internal release — stability improvements and code quality fixes for WordPress.
   org submission

#### 2.1.0

 * Added order splitting for mixed leasable/non-leasable carts
 * Added billing address sync from LendPro webhook to WooCommerce order

#### 2.0.0

 * Initial public release with popup iframe checkout and webhook confirmation

## Meta

 *  Version **2.1.25**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **1 كۈن بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **10 دىن ئاز**
 *  WordPress نەشرى ** 6.5 ياكى يۇقىرى **
 *  **7.0.4** دا سىنالغان
 *  PHP نەشرى ** 7.4 ياكى يۇقىرى **
 *  تىل
 * [English (US)](https://wordpress.org/plugins/lendpro-payment-gateway/)
 * بەلگە
 * [bnpl](https://ug.wordpress.org/plugins/tags/bnpl/)[buy now pay later](https://ug.wordpress.org/plugins/tags/buy-now-pay-later/)
   [financing](https://ug.wordpress.org/plugins/tags/financing/)[payment](https://ug.wordpress.org/plugins/tags/payment/)
   [woocommerce](https://ug.wordpress.org/plugins/tags/woocommerce/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/lendpro-payment-gateway/advanced/)

## دەرىجە

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/lendpro-payment-gateway/reviews/#new-post)

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/lendpro-payment-gateway/reviews/)

## تۆھپىكار

 *   [ LendPro ](https://profiles.wordpress.org/lendproplugin/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/lendpro-payment-gateway/)