Description
This plugin enables secure online payments for WooCommerce stores in Panama using the Neopayment payment gateway.
Accept credit and debit card payments directly on your website through Visa, Mastercard, and Clave cards. The plugin connects your WooCommerce store to the Neopayment payment platform, allowing merchants based in Panama to process transactions efficiently and securely.
Features:
- Seamless integration with WooCommerce.
- Support for Visa, Mastercard, and Clave cards.
- Secure transaction handling via the Neopayment platform.
- Only available for stores with a Panama billing address.
Whether you\’re launching a new online store or expanding your payment options in Panama, this plugin offers a reliable solution for accepting card payments.
Source Code and Build Process
- Public source repository: https://github.com/CobaltTechSA/payment-plugin-woocommerce
- Main plugin bootstrap file:
neopayment.php - JavaScript source files for block assets:
assets/js/blocks/neopayment-standard.jsassets/js/blocks/neopayment-telered.js
- Compiled assets:
build/neopayment-standard.jsbuild/neopayment-telered.js
Build commands:
– npm install
– npm run build
Installation
- Upload the plugin files to the
/wp-content/plugins/neopaymentdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the \’Plugins\’ screen in WordPress.
- Go to WooCommerce > Settings > Payments and enable the \”Neopayment\”.
- Configure your Neopayment credentials and settings.
FAQ
-
Who can use this plugin?
-
Only WooCommerce stores located in Panama are supported.
-
What payment methods are supported?
-
Visa, Mastercard, and Clave cards.
-
Do I need a Neopayment merchant account?
-
Yes. You must be an approved merchant with Neopayment to use this plugin.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Neopayment” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Neopayment” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2025.09.22 – version 2.5.2
* Changed prefix
* Added nonces
* Resubmitted plugin
2025.09.22 – version 2.5.1
* Resubmitted plugin
2025.09.22 – version 2.5.0
* Renamed plugin slug
2025.08.07 – version 2.4.2
* Code convention fixes
* Refactorized plugin classes names
2025.07.14 – version 2.4.1
* Show 3DS Challenge on Popup
* Added support for refunds
* Deleted support for API v1
* Added metadata for identify origin
2025.07.3 – version 2.3.1
* Added support for WordPress block mode
2025.04.10 – version 2.2.0
* Added APIv2 for eClave payments
* Fix support for 3DS payments
2025.01.30 – version 2.1.0
* Added support for 3DS payments
2024.11.23 – version 2.0.0
* Adapted for API V2
2024.10.15 – version 1.2.0
* Added native payments for VISA and Mastercard
* Added translations
2024.03.11 – version 1.1.0
* Enable VISA and MASTERCARD payments
2024.02.19 – version 1.0.4
* Fix create Clave payments
* Added deploy script
2023.12.20 – version 1.0.3
* Fix Version update
2023.11.20 – version 1.0.2
* Auto-update Production URL to metrobank.cobalt.tech after November 30th, 2023
* Added error logs
2023.07.03 – version 1.0.1
* Fix webhook response for Clave payments
2023.02.04 – version 1.0.0
* First Release