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.
Screenshots
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.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“ONVO Pay” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “ONVO Pay” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.0.1
- Initial release.
0.0.2
- error infinite loop fix
0.0.3
- display errors from js to wp
- set order failure when an error happen
0.0.4
- fix JS issue
0.0.5
- Update payment intent if the cart total changes
0.0.6
- Fix subscription builder class error, missing function param
0.0.7
- Fix a error when a subscription product is created for first time
- Fix a PHP8 compatibility issue
0.0.8
- Update descriptions
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.10
- Find for
order_ready
mute error by matching text insted of using classes - Cast package dimensions from string to float
- Do not trigger payment events on
thank you
pge