by Karolina Vyskocilova
4.7 (71 reviews)
Pay for Payment for WooCommerce
Setup individual charges for each payment method in WooCommerce.
Compatible with WP 6.9.4
v2.2.2
Current Version v2.2.2
Updated 2 weeks ago
Last Update on 18 Mar, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#1,677
—
No change
Active Installs
10K+
—
No change
KW Avg Position
N/A
—
No change
Downloads
347.6K
+38 today
Support Resolved
0%
—
No change
Rating
94%
Review 4.7 out of 5
4.7
(71 reviews)
Next Milestone 20K
10K+
20K+
191
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 2,379 more installs to reach 20K+
Rank Changes
Current
#1,677
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.7
71 reviews
Overall
94%
5
63
(89%)
4
2
(3%)
3
2
(3%)
2
1
(1%)
1
3
(4%)
Tracked Keywords
Showing 0 of 0| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| No keyword data available yet. | ||||
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.2.2
- Last Updated
- Mar 18, 2026
- Requires WP
- 4.6+
- Tested Up To
- 6.9.4
- PHP Version
- N/A
- Author
- Karolina Vyskocilova
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.7
- Reviews
- 71
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,714
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
InfiniteWP Client
200K+ installs
#253
Google Analytics for WooCommerce
200K+ installs
#282
FiboSearch – Ajax Search for WooCommerce
100K+ installs
#287
Frequently Asked Questions
Common questions about Pay for Payment for WooCommerce
No. PayPal does not permit charging your customer for using PayPal. This is a legal issue rather than a technical one. See PayPal User Agreement, > "4.6 No Surcharges" for details. You have been warned.
If you need to localize Fee title and Fixed charge go to go to WPML > String translation and look for following type of text domain: woocommerce-pay-for-payment and than you should find a strings with name "{payment-method-slug} - charges fixed" or "{payment-method-slug} - item title". See the second screenshot.
The plugin user interface only offers either a fixed amout or a percentage of the carts subtotal. If you need to implement more complex calcuations like 'no charges for orders above 100 Bucks' or '2% of cart subtotal but at least 2 Bucks', you'll have to use one of the filters. See Plugin API for details. woocommerce_pay4pay_apply specifies if a charge will be applied. woocommerce_pay4pay_applyfor_{$payment_gateway_id} specifies if a charge will be applied on a certain payment method. woocommerce_pay4pay_{$payment_gateway_id}_amount allows you to alter the amount of the charge being added.
Use the GitHub Repo rather than the WordPress Plugin. Do as follows: If you haven't already done: Install git In the console cd into Your 'wp-content/plugins´ directory type git clone https://github.com/vyskoczilova/woocommerce-payforpayment or better type git fork https://github.com/vyskoczilova/woocommerce-payforpayment If you want to update to the latest files (be careful, might be untested on Your WP-Version) type `git pull´.
I personally prefer GitHub, to keep things straight. The plugin code is here: GitHub But you may use the WordPress Forum as well.
Either post it on GitHub or—if you are working on a cloned repository—send me a pull request.