Maintenance 61/10084d since update
Active installs
200
Downloads
10,165
Reviews
1
Age
3.3y
Plugin info
Total downloads: 10,165
Active installs: 200
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/27/2025 (84 days ago)
Added to WordPress: 10/24/2022 (3 years old)
Minimum WordPress version: 6.2
Tested up to WordPress version: 6.8.3
Minimum PHP version: 7.4
Maintenance & Compatibility
Maintenance score
Actively maintained • Last updated 84 days ago • 1 reviews
61/100
Is ONVO Pay abandoned?
Likely maintained (last update 84 days ago).
Compatibility
Requires WordPress: 6.2
Tested up to: 6.8.3
Requires PHP: 7.4
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
No similar plugins found yet.
Description
ONVO Pay es una solución integrada de pagos en línea que ayuda a los comercios a vender más y mejor, mientras optimiza la experiencia de compra de los clientes.
Sus principales características son:
- Habilita pagos por tarjetas de crédito y débito, así como transferencias bancarias (SINPE y SINPE Móvil).
- No genera redireccionamiento ni requiere comprobantes.
- Cuenta con la certificación PCI DSS, la normativa internacional de seguridad que deben cumplir todas las entidades que almacenan, procesan o transmiten datos de tarjetas.
- Los clientes pueden elegir guardar su información de pago para compras futuras de un solo clic.
- Toda la data transaccional se integra en un panel de fácil navegación, diseñado acorde con las mejores prácticas de usabilidad y experiencia de usuario.
Installation
Modern way
- Go to the WordPress Dashboard “Add New Plugin” section.
- Search For “ONVOpay”.
- Install, then Activate it.
- Go to the onvopay.com to get the secret and public keys.
- Click on onvopay settings or go to WooCommerce settings > payments > click on onvopay.
- Paste the API Keys in the respective fields.
- Start collecting payments.
Old way
- Upload onvopay to the /wp-content/plugins/ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Go to the onvopay.com to get the secret and public keys.
- Click on onvopay settings or go to WooCommerce settings > payments > click on onvopay.
- Paste the API Keys in the respective fields.
- Start collecting payments.
Frequently Asked Questions
No FAQ available
Review feed
No reviews available
Changelog
1.1.3
- Fix: Include missing PHP dependencies in distribution package
1.1.2
- Fix: Phone number validation now non-blocking – invalid phone numbers allow payment to continue but are not sent to backend
- Enhancement: Improved checkout UX by removing payment blocking when phone format is invalid
- Enhancement: Improved compatibility with third-party shipping and delivery plugins by properly handling hidden required fields during checkout validation
1.1.1
- Enhancement: Improved plugin initialization robustness with defensive checks for early gateway instantiation scenarios
- Enhancement: Added fallback mechanism to prevent fatal errors in environments with complex plugin combinations or custom loading sequences
1.1.0
- Feature: Add language selector for ONVO payment form – merchants can now choose Spanish or English for the payment form interface
- Enhancement: Support for locale parameter in both traditional checkout and Gutenberg blocks
- Enhancement: Backward compatibility maintained with Spanish as default language for existing installations
1.0.8
- Enhancement: Improved SINPE IBAN modal behavior in checkout
- Fix: Prevent button from being enabled when paying without sufficient funds
1.0.7
- Fix: Resolve floating-point precision errors in amount calculations that caused “amount must be an integer number” API errors
- Fix: Prevent multiple concurrent SDK requests during checkout to avoid duplicate payment attempts
- Fix: Resolve double discount issues caused by plugin conflicts with WooCommerce Dynamic Pricing & Discounts
1.0.6
- Save phone number on order creation
- Improved phone parsing and country-based validation
- Show error if phone is invalid and send shopper data even in incognito mode
- Validate fields only when marked as required
1.0.5
- Add field validation in checkout blocks
1.0.4
- Fixed PHP 8.2+ deprecation warnings for dynamic property creation
- Added explicit property declarations to improve PHP 8.2+ compatibility
- Remove zip code validation
1.0.3
- Enhance compatibility with WooCommerce Checkout blocks
1.0.2
- Fix: Update dependencies
1.0.1
- Fix: Update issue with duplicated ids for orders
- Fix: Fix issues in shortcode related to spinners and scrollbar
- Fix: Allow retry of payment when credit card is declined
- Fix: Update wait time for subscriptions renewals
- Fix: Update payment flow for better traceability
0.23.0 – 2025-04-08
- Dev: Update WP tested up to 6.7.2
- Dev: Update process_payment to always check the intent status and update order status accordingly
- Dev: Refactor maybe_create_intent function to make it more readable
0.22.0 – 2025-03-22
- Fix: Issue with floats in PHP (ONVO-3440)
- Dev: Add compatibility with WooCommerce 9.7.1
- Dev: Update log message
0.21.0 – 2025-01-19
- Fix: Backwards compatibility with WooCommece 7.9.0
- Fix: Block compatibility with WooCommerce 9.5.2
0.20.1 – 2024-12-24
- Fix: Compatibility issue with WooCommerce 9.5.0
0.20.0 – 2024-12-04
- Dev: Update hook to create intent
- Dev: Remove unused conditional
0.19.0 – 2024-11-25
- Enhancement: Add metadata to ONVO intent
- Enhancement: Update ONVO intent description
- Dev: Update
WC tested up toto 9.4.2 - Dev: Update
WP Tested up toto 6.7
0.18.0
- Enhancement: Hook into
PAYMENT_REQUIRES_ACTION,PAYMENT_ACTION_COMPLETEDSDK actions
0.17.2
- Fix: Set order status based on intent status
0.17.1
- Enhancement: Add order notes during checkout errors
0.17.0
- Enhancement: Schedule intent check when it fails during checkout, if intent is completed, complete order
- Dev: Update
WC tested up toto 9.3.3
0.16.0
- Enhancement: Handle errors on intent creation, confirmation
0.15.0
- Fix: Process payment until checkout is valid and order is created
0.14.0
- Dev: Remove unused code
- Dev: Refactor code
- Enhancement: Update/sync customer data on order payment
0.13.2
- Fix: Update issue with JS being enqueued before intent is created
0.13.1
- Fix: Allow payments for guest users
0.13.0
- Dev: Update
WC tested up toto 9.1.2 - Dev: Update
Tested up toto 6.6.1 - Enhancement: Add support for Checkout block
0.12.1
- Fix: Update issue with SDK widget being removed from the DOM
0.12.0
- Dev: Update
Tested up to WC9.0.1 - Fix: Unhook ONVO listeners on payment method change
- Fix: Don’t update intent after payment is completed
0.11.0
- Dev: Update
Tested up to WC8.9.2 - Fix: Clean intent id on cart clear
- Enhancement: Update Intent total on cart update
- Dev: Update property name
0.10.3
- Dev: Fix typing check on intent response error
- Dev: Update
Tested up to WC8.9.1 - Enhancement:
0.10.2
- Enhancement: Remove need of a false-positive checkout call
- Dev: Update
Tested up to8.8.3
0.9.3
- Dev: Update
Tested up to6.5
0.9.2
- Fix: Remove used of shorthand open tag
0.9.1
- Enhancement: Declare Compatibility with Woocommerce High-Performance Order Storage (HPOS)
0.9.0
- Enhancement: Handle \WC_Data_Exception
- Enhancement: Handle errors on renewals
- Enhancement: Update JS event to show/hide spinner
- Enhancement: Use order’s intent id if alredy set
- Enhancement: disable #place_order btn during payment processing
- Fix: Avoid creating of multiple intent for the same cart
- Dev: Allow null params
- Dev: Validate if order already has an intent id
- Dev: Extract ONVO metadata functions
- Dev: Define ONVO constants
- Dev: Update debug functions context to include version
0.8.0
- Enhancement: Add support for
order-paycheckout page (Deposits, Order payment page) - Enhancement: Handle
requires_confirmation,requires_payment_method,refunded, andcanceledintent statuses - Dev: Save payment intent in Order when payment is completed
0.7.0
- Dev: extend Intent object, add Builder
- Fix: Fix reference to undefined property in Intent response
- Enhancement: Add order note with ONVO details on processed payment
0.6.0
- Fix: allow free orders
- Fix: call set_id after $onvo_product_id is validated
- Fix: add more specific selectors to avoid conflicts with other plugins
0.5.0
- Fix: Create payment-intents only for non-zero orders
- Fix: validate if $price_id is not empty
0.4.0
- Support multidomain (internal usage)
- Add spinner loading
- Update default copy
- Plugin config: add debug mode option
- Plugin config: add spiner color and opacity fields
0.3.1
- Adding missing file
0.3.0
- Updates subscription implementations leaving subs behavior to WC. Instead of creating a sub on ONVO, new intents will be created for the renewals.
- Do not create an Onvo customer during guest checkouts
0.2.3
- Including unversioned files
0.2.2
- Fix a general error
0.2.1
- Add mssing files to fix fatal error
0.2.0
- ONVO one-click shopper autofill
0.1.0
- Woocommerce subscriptions enabled
0.0.10
- Find for
order_readymute error by matching text insted of using classes - Cast package dimensions from string to float
- Do not trigger payment events on
thank youpge
0.0.9
- Trigger payment events on checkout page only
- Adding error handling for non supported currencies
- Adding error message when a non supported currency is in place
0.0.8
- Update descriptions
0.0.7
- Fix a error when a subscription product is created for first time
- Fix a PHP8 compatibility issue
0.0.6
- Fix subscription builder class error, missing function param
0.0.5
- Update payment intent if the cart total changes
0.0.4
- fix JS issue
0.0.3
- display errors from js to wp
- set order failure when an error happen
0.0.2
- error infinite loop fix
0.0.1
- Initial release.


