Description
By contracting with PAYGENT, this plugin can introduce major payment methods in Japan to WooCommerce.
Note! : When performing a major or other update such as from version 1.2 to 2.0, version 2.1 to 2.2, or version 2.4 to 3.0, be sure to check the operation on the staging site before using it in the production environment. We cannot guarantee anything if something goes wrong.
- Credit Payment (include Subscriptions)
- Convenience Store Payment
- Multi Currency Credit Card Payment
- Bank Net Payment
- ATM Payment
- Carrier Payment
- Paidy Payment
- PayPay Payment
- Rakuten Payment
Screenshots





FAQ
Q: Do I need anything to use this plugin?
A: Just testing in a test environment requires a contract with Paygent. If you want to check the display, we provide a demo environment. Please apply from here.
Q: I don’t know how to set up. Can you support me?
A: We support with paid support. Please use from here if necessary.
Q: Is the uploaded client certificate protected from direct web access?
A: On Apache, the plugin writes an .htaccess file into wp-content/uploads/wc-paygent/ that denies all web access (created or refreshed when you save the Paygent settings). On nginx, .htaccess has no effect, so add a rule such as location ^~ /wp-content/uploads/wc-paygent/ { deny all; } to your server configuration.
Reviews
Contributors & Developers
“PAYGENT for WooCommerce” is open source software. The following people have contributed to this plugin.
Contributors“PAYGENT for WooCommerce” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “PAYGENT for WooCommerce” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
3.0.0 – 2026-09-03
- Security – Block direct web access to the client certificate upload directory (wp-content/uploads/wc-paygent/) with an .htaccess and index.html. nginx users should add an equivalent deny rule to the server configuration.
- Added – WooCommerce Block Checkout (Cart and Checkout blocks) support for all payment methods.
- Added – Native saved card (payment token) support on Block Checkout for Credit Card and Multi-Currency Credit Card.
- Added – Japanese user manual with step-by-step setup instructions.
- Fixed – Show 3D Secure 2.0 challenge failure notices on Block Checkout.
- Fixed – Surface Paygent error messages to customers on Block Checkout when a payment fails.
- Fixed – Resolve carrier payment capture and cancellation issues found in sandbox testing.
- Fixed – Send the stored trading ID on PayPay refunds and captures.
- Fixed – Enforce trading ID resolution for subsequent telegrams and restrict the order prefix to alphabetic characters.
- Fixed – Resolve saved card issues for Multi-Currency Credit Card payment.
- Updated – Complete Japanese translations and load block JSON translations.
- Updated – Recommend enabling the telegram hash check in the settings screen to detect tampering of the communication with Paygent.
- Updated – Tested with WordPress 7.1 and WooCommerce 11.0.1.
2.4.8 – 2026-02-05
- Fixed – Refactor next payment date calculation for subscriptions to use a dedicated method.
- Fixed – Handle expired authorization status in Paygent webhook response.
- Fixed – Add allowed redirect hosts for Paygent payment gateway and improve IP address permission checks.
- Fixed – Enhance error handling by including detailed response information in order notes.
2.4.7 – 2026-01-06
- Security – Improved IP address acquisition reliability by prioritizing REMOTE_ADDR to prevent IP spoofing. HTTP headers (X-Forwarded-For, X-Real-IP) are now used only as fallback methods.
2.4.6 – 2026-01-05
- Fixed – Implement countermeasures for double display in 3D Secure redirection.
- Fixed – Fix 3D Secure handling and prevent duplicate actions in Paygent payment gateway.
2.4.5 – 2026-01-05
- Fixed – Fixed descriptions display.
- Fixed – Mobile Payment Subscriptions HPOS admin screen bugs.
- Fixed – Fixed paygent End Point.
2.4.4 – 2025-12-18
- Add – Add wordfence-vendor.txt for Security verification.
- Fixed – Convenience Store Payment’s Lawson and Ministop text.
- Fixed – Function _load_textdomain_just_in_time bug.
- Fixed – Paidy deprication bug.
- Fixed – Multi Currency Credit Card Payment bugs.
2.4.3 – 2025-12-18
- Fixed – Minor bug fixes.
2.4.2 – 2025-08-06
- Fixed – 3DS 2.0 Credit Card bugs.
2.4.1 – 2025-07-30
- Fixed – Update crt file and pem file bugs.
2.4.0 – 2025-07-16
- Fixed – Compliant with WordPress PHP coding standards.
- Fixed – Registering a credit card when there is no purchase history.
- Fixed – Endpoint bug fixed.
- Dev – Preparation for checkout & cart block support for the upcoming major version (3.0).
