Title: NetDebit for WooCommerce
Author: Martin Berndt
Published: <strong>15. 4. 2026</strong>
Last modified: 24. 4. 2026

---

Prohledat pluginy

![](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

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

[Stáhnout](https://downloads.wordpress.org/plugin/netdebit-for-woocommerce.1.0.2.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/netdebit-for-woocommerce/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/netdebit-for-woocommerce/#reviews)
 *  [Instalace](https://cs.wordpress.org/plugins/netdebit-for-woocommerce/#installation)
 * [Vývojáři](https://cs.wordpress.org/plugins/netdebit-for-woocommerce/#developers)

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

## Popis

**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 );

## Snímky obrazovky

[⌊The WooCommerce settings page for payment gateways. Click manage to access the
plugin settings.⌉⌊The WooCommerce settings page for payment gateways. Click manage
to access the plugin settings.⌉[

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 1.⌉[

The plugin settings page part 1.

[⌊The plugin settings page part 2.⌉⌊The plugin settings page part 2.⌉[

The plugin settings page part 2.

[⌊The plugin settings page part 3.⌉⌊The plugin settings page part 3.⌉[

The plugin settings page part 3.

[⌊The checkout page showing NetDebit as a payment option.⌉⌊The checkout page showing
NetDebit as a payment option.⌉[

The checkout page showing NetDebit as a payment option.

## Instalace

 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.

## Nejčastější dotazy

### 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.

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

NetDebit for WooCommerce je otevřený software. Následující lidé přispěli k vývoji
tohoto pluginu.

Spolupracovníci

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

[Přeložte “NetDebit for WooCommerce” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/netdebit-for-woocommerce)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/netdebit-for-woocommerce/),
podívejte se do [SVN repozitáře](https://plugins.svn.wordpress.org/netdebit-for-woocommerce/),
nebo se přihlaste k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/netdebit-for-woocommerce/)
pomocí [RSS](https://plugins.trac.wordpress.org/log/netdebit-for-woocommerce/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

#### 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.

## Meta

 *  Verze **1.0.2**
 *  Poslední aktualizace **před 3 měsíce**
 *  Aktivních instalací **Méně než 10**
 *  Verze WordPressu ** 6.0 nebo novější **
 *  Testováno až do WordPressu **6.9.4**
 *  Verze PHP ** 8.0 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/netdebit-for-woocommerce/)
 * Štítky
 * [high risk](https://cs.wordpress.org/plugins/tags/high-risk/)[netdebit](https://cs.wordpress.org/plugins/tags/netdebit/)
   [payment gateway](https://cs.wordpress.org/plugins/tags/payment-gateway/)[woocommerce](https://cs.wordpress.org/plugins/tags/woocommerce/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/netdebit-for-woocommerce/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/netdebit-for-woocommerce/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/netdebit-for-woocommerce/)