Title: NetDebit for WooCommerce
Author: Martin Berndt
Published: <strong>Апрель 15, 2026-ж.</strong>
Last modified: Апрель 24, 2026-ж.

---

Плагиндерди издөө

![](https://ps.w.org/netdebit-for-woocommerce/assets/banner-772x250.png?rev=3514422)

![](https://s.w.org/plugins/geopattern-icon/netdebit-for-woocommerce_d3dbe2.svg)

# NetDebit for WooCommerce

 Автору [Martin Berndt](https://profiles.wordpress.org/netdebitdev/)

[Жүктөө](https://downloads.wordpress.org/plugin/netdebit-for-woocommerce.1.0.2.zip)

 * [Кенен маалымат](https://ky.wordpress.org/plugins/netdebit-for-woocommerce/#description)
 * [Сын-пикирлер](https://ky.wordpress.org/plugins/netdebit-for-woocommerce/#reviews)
 *  [Орнотуу](https://ky.wordpress.org/plugins/netdebit-for-woocommerce/#installation)
 * [Development](https://ky.wordpress.org/plugins/netdebit-for-woocommerce/#developers)

 [Колдоо](https://wordpress.org/support/plugin/netdebit-for-woocommerce/)

## Сүрөттөө

**NetDebit® is a professional payment solution for merchants in the adult entertainment
industry and other high-risk sectors.**

This plugin integrates NetDebit directly into your WooCommerce store. Many payment
providers refuse to work with merchants in industries they deem “high-risk.” NetDebit
is your reliable partner that understands the **adult entertainment** business model
and offers fair, transparent conditions.

This gateway is ideal for selling **virtual products (videos, digital content) and
subscriptions**.

**Why Choose NetDebit for WooCommerce?**

 * **Built for Your Industry:** Specifically for sectors often underserved by other
   providers.
 * **Full Subscription Support:** Fully compatible with “WooCommerce Subscriptions”
   and “YITH Subscriptions for WooCommerce”.
 * **Active Risk Management:** Automated user blocking after chargebacks.
 * **Stable & Future-Proof:** Built on the official NetDebit SDK.

Currently, this plugin fully supports the **classic Shortcode-based Checkout**.

[Open a partner account @ NetDebit®](https://www.netdebit-payment.de/webmaster/registration)

### For Developers

This plugin is built with extensibility in mind.

 * **Action Hooks:**
    - `NetDebit\WooCommerce\Events\ChargebackReceivedEvent::HOOK`
    - `NetDebit\WooCommerce\Events\SettlementReceivedEvent::HOOK`

Example usage:
 `php add_action( ‘netdebit_chargeback_received’, function( $event){
$order = $event->getOrder(); error_log( ‘Chargeback for order: ‘ . $order->get_id());},
10, 1 );

## Скриншоттор

 * [[
 * The WooCommerce settings page for payment gateways. Click manage to access the
   plugin settings.
 * [[
 * The plugin settings page part 1.
 * [[
 * The plugin settings page part 2.
 * [[
 * The plugin settings page part 3.
 * [[
 * The checkout page showing NetDebit as a payment option.

## Орнотуу

 1. Upload the plugin directory to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Go to **WooCommerce > Settings > Payments** and select “NetDebit Payment” to configure.

## FAQ.KG

### Do I need a NetDebit partner account?

Yes, an active partner account is mandatory to earn with our payment plugin. Please
register at https://www.netdebit-payment.de/webmaster/registration.

### How does NetDebit for WooCommerce support Subscriptions?

This plugin fully supports recurring payments. To enable this feature, you need 
to install either WooCommerce subscriptions or YITH subscriptions for WooCommerce.

NetDebit for WooCommerce will detect the presence of the installed plugin and show
you its subscription related settings.

## Сын-пикирлер

There are no reviews for this plugin.

## Contributors & Developers

“NetDebit for WooCommerce” is open source software. The following people have contributed
to this plugin.

Мүчөлөрү

 *   [ Martin Berndt ](https://profiles.wordpress.org/netdebitdev/)

[Translate “NetDebit for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/netdebit-for-woocommerce)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/netdebit-for-woocommerce/),
check out the [SVN repository](https://plugins.svn.wordpress.org/netdebit-for-woocommerce/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/netdebit-for-woocommerce/)
by [RSS](https://plugins.trac.wordpress.org/log/netdebit-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Өзгөртүүлөр

#### 1.0.2

 * **Docs:** Updated FAQ section with improved answers and links.
 * **Docs:** Fixed screenshot numbering and added descriptions for all 5 screenshots.

#### 1.0.1

 * **Fix** YITH subscriptions are now correctly paused on chargebacks. (WooCommerce
   Subscriptions were always working correctly.) Checkout blocking for chargeback
   users was already active – this fix extends the behavior to YITH subscriptions.

#### 1.0.0

 * **Release:** Official public release on WordPress.org plugin repository.

=0.3.2=
 * **Fix** Distinction between YITH subscriptions and cart products restored.

=0.3.1=
 * **Fix** Sanitation issues resolved.

=0.3.0=
 * **Feature** Using the clients language as default for the NetDebit paytour(
English). German is used only if the browser is set to German * **Feature** Support
for YITH woocommerce subscription free and paid version too.

#### 0.2.9

 * **Security:** Hardened all admin settings and legacy API endpoints with strict
   nonce verification and sanitized input handling.
 * **Fix:** Resolved Plugin-Check warnings regarding translator comments and dynamic
   hook naming.
 * **Refactor:** Improved Subscription renewal detection by utilizing order state
   instead of redundant request parameters.
 * **Build:** Enhanced build script to recursively exclude system-specific metadata
   and development binaries (composer.phar).
 * **Fix:** Standardized script registration for admin order views to prevent caching
   issues.

#### 0.2.8

 * **Fix:** Resolved critical Case-Sensitivity issues in the vendor directory for
   Linux-based environments.
 * **Fix:** Corrected REST API parameter validation for the ‘Thank You’ redirect(
   added mandatory ndVar2 and order_key).
 * **Fix:** Hardened permission_callback in REST hooks to support guest checkouts
   via Order Key validation.
 * **Build:** Implemented LF (Line Feed) normalization in the build script to prevent
   CRLF conflicts.

#### 0.2.7

 * **Security:** Hardened the build process to strictly exclude development artifacts.
 * **Security:** Enhanced REST API Webhook security by moving authentication logic
   into permission_callback.
 * **Performance:** Optimized loading of installation scripts.
 * **Fix:** Improved sanitization and output escaping for WordPress Coding Standards
   compliance.

#### 0.2.6

 * **Compatibility:** Enforced Classic Shortcode Checkout for correct tax calculation.
 * **Feature:** Added admin notice for Checkout Block detection with “One-Click-
   Fix”.
 * **Fix:** Refactored VAT exclusion logic to use safe JavaScript injection.

#### 0.2.5

 * **Feature:** Automated user blocking after chargebacks.
 * **Feature:** Support for WooCommerce Subscriptions.
 * **Feature:** Option to suppress duplicate WooCommerce order emails.
 * **Tweak:** Refactored payment transactions to use the official NetDebit SDK.

#### 0.1.0

 * Initial public release.

## Мета

 *  Нуска **1.0.2**
 *  Акыркы жаңыртуу **1 ай мурун**
 *  Активдүү орнотуулар **Fewer than 10**
 *  WordPress нускасы ** 6.0 же андан жогору **
 *  Tested up to **6.9.4**
 *  PHP нускасы ** 8.0 же андан жогору **
 *  Тил
 * [English (US)](https://wordpress.org/plugins/netdebit-for-woocommerce/)
 * Тег:
 * [high risk](https://ky.wordpress.org/plugins/tags/high-risk/)[netdebit](https://ky.wordpress.org/plugins/tags/netdebit/)
   [payment gateway](https://ky.wordpress.org/plugins/tags/payment-gateway/)[woocommerce](https://ky.wordpress.org/plugins/tags/woocommerce/)
 *  [Advanced View](https://ky.wordpress.org/plugins/netdebit-for-woocommerce/advanced/)

## Рейтинг

Азырынча эч кандай сын-пикир жок.

[Your review](https://wordpress.org/support/plugin/netdebit-for-woocommerce/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/netdebit-for-woocommerce/reviews/)

## Мүчөлөрү

 *   [ Martin Berndt ](https://profiles.wordpress.org/netdebitdev/)

## Колдоо

Комментарийлер барбы? Жардам керекпи?

 [Колдоо форумун көрүү](https://wordpress.org/support/plugin/netdebit-for-woocommerce/)