You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monetize your content with configurable no-signup paywalls.
15
15
16
16
== Description ==
17
-
PayButton transforms your WordPress site into a robust paywall platform. With its frictionless payment process, visitors pay to unlock protected content immediately. Fully customizable through an intuitive admin dashboard, PayButton is perfect for bloggers, publishers, and content creators who want to monetize without the hassle of traditional payment gateways or user registration. Enjoy a smooth user experience with instant content unlocking, customizable settings, and detailed transaction tracking, all with minimal setup.
17
+
PayButton transforms your WordPress site into a powerful monetization platform. Its paywall feature lets you protect digital content, allowing visitors to pay with eCash (XEC) and gain immediate access without creating an account, while WooCommerce integration unlocks the full potential of your store by enabling fast, secure, and seamless eCash payments directly at checkout. Fully customizable through an intuitive admin dashboard, PayButton provides instant content unlocking, WooCommerce support, flexible settings, and detailed transaction tracking, all with minimal setup.
18
18
19
19
== 🔥 FEATURES: ==
20
20
21
21
**💸 Paywall Digital Content**
22
22
With PayButton, you can put your digital content behind a paywall easily. Visitors complete a secure eCash payment and immediately gain access to the paywalled content (in less than 3secs).
23
23
24
+
**🛒 WooCommerce Integration**
25
+
Accept eCash payments directly in WooCommerce. Enable PayButton as a payment gateway and let customers seamlessly complete orders using eCash at checkout.
26
+
24
27
**🛡️ Secure Payment Handling**
25
28
The payment is handled by PayButton and you receive all payments instantly.
26
29
@@ -46,13 +49,22 @@ Wrap your content in the `[paywalled_content]` shortcode to protect it, no codin
46
49
Once a visitor completes an eCash payment, the plugin verifies the transaction via PayButton and instantly unlocks the protected content.
47
50
48
51
=02. Do users need to register?=
49
-
No – PayButton’s no-signup approach uses session tracking and database entries to grant immediate access using the public key of the payer's wallet.
52
+
No. PayButton’s no-signup approach uses session tracking and database entries to grant immediate access using the public key of the payer's wallet.
50
53
51
54
=03. Can I customize the appearance of the paywall?=
52
55
Absolutely, the admin dashboard allows you to modify button texts, pricing, color schemes, and more to match your theme.
53
56
54
-
=04. Will PayButton’s cookies break page caching?=
55
-
No. PayButton sets two HMAC-signed paybutton_user_wallet_address and paybutton_paid_content to track user wallet address and unlocked content. Cookies only get updated (and send a Set-Cookie header) when their value actually changes, so full-page caches (e.g. WP Super Cache, W3 Total Cache) and server caches (Nginx, Varnish) remain valid.
57
+
=04. How does PayButton work with WooCommerce?=
58
+
PayButton integrates as a WooCommerce payment gateway. At checkout, customers select eCash, complete the payment via PayButton, and the order is automatically marked according to the verified transaction status.
59
+
60
+
=05. Are WooCommerce payments verified securely?=
61
+
Yes. All payments are verified server-side before the order status is updated. The plugin validates the transaction amount and currency to ensure accuracy and prevent manipulation.
62
+
63
+
=06. Do customers need an account to pay with eCash?=
64
+
No. Customers can complete their WooCommerce purchase without creating a PayButton account. The payment is processed directly from their wallet, and WooCommerce handles the order details as usual.
65
+
66
+
=07. Does PayButton support automatic order updates?=
67
+
Yes. Once the transaction is confirmed, WooCommerce order statuses are updated automatically (notes added), ensuring a seamless checkout experience.
56
68
57
69
== Screenshots ==
58
70
1. Admin Dashboard Overview
@@ -75,6 +87,11 @@ The integration uses the SideShift API to enable the button or widget to accept
75
87
76
88
== Changelog ==
77
89
90
+
= 6.0.0 (2026/02/21) =
91
+
* Added WooCommerce support (PayButton as a payment gateway)
92
+
* Upgraded the PayButton dependency to v5.4.0
93
+
* Miscellaneous refactors
94
+
78
95
= 5.1.0 (2025/12/14) =
79
96
* Added Payment Verification overlay.
80
97
* Enforced server-side price and currency validation for the paywall.
@@ -151,6 +168,6 @@ The integration uses the SideShift API to enable the button or widget to accept
151
168
152
169
== Upgrade Notice ==
153
170
154
-
= 5.1.0 =
155
-
Upgrade to version 5.1.0 for improved compatibility and reliability.
171
+
= 6.0.0 =
172
+
Upgrade to version 6.0.0 for improved compatibility and reliability.
0 commit comments