Odoo PayZen Payment is an open source plugin that links Odoo based e-commerce websites to PayZen secured payment gateway developped by Lyra Network.
For more information about PayZen, see https://payzen.eu/.
Download module archive from PayZen Github releases tab or get it from https://payzen.io (menu E-commerce > Free payment plugins).
If already installed, you must delete the old payment_payzen folder. You will find already installed addons in either :
- [ODOO_ROOT_FOLDER]/server/odoo/addons/
- /var/lib/odoo/addons/[#version]/ (Linux only)
addons_path
defined in odoo.conf
Now unzip downloaded archive and copy the new payment_payzen folder to Odoo addons directory. Then you can :
- In your Odoo administrator interface, browse to "Configuration" tab. Here in, activate the developper mode. Then browse to "Applications" tab and click on "Update applications list".
- Or restart Odoo server with sudo systemctl restart odoo on Linux or by restarting Windows Odoo service. Odoo will update the applications list on startup.
In your Odoo administrator interface, browse to "Applications" tab, delete "Applications" filter from search field and search for "payzen" keyword. Click "Install" (or "Upgrade") button of the "PayZen Payment Acquirer" module.
- Go to "Website Admin" tab.
- In "Configuration" section, expand "eCommerce" menu than click on "Payment Acquirers" entry.
- Click on button "Configure" of PayZen module.
- You can now enter PayZen credentials.
If you have multiple Odoo databases on your server, do not forget to set dbfilter
parameter in odoo.conf. You must launch one database only per URL because PayZen have to send back payment notification on the right database. Otherwise it will failed with a 404 error.