Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Discuss (mail) • Invoicing (account) |
Lines of code | 319 |
Technical Name |
payment_yoco_pgt |
License | See License tab |
Website | https://www.programit.co.za |
Versions | 16.0 17.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Website (website) • Discuss (mail) • Invoicing (account) |
Lines of code | 319 |
Technical Name |
payment_yoco_pgt |
License | See License tab |
Website | https://www.programit.co.za |
Versions | 16.0 17.0 |
Yoco Payment Processor Module for Odoo
Accept card payments on your e-commerce website using Yoco!
Yoco is a South African payment provider covering South Africa only.

Card payments made easy
Introducing our Yoco payment processor module tailored exclusively for businesses operating in South Africa. This specialized module is your gateway to accepting payments in South African Rand (ZAR), ensuring a seamless and secure payment experience for your e-commerce website. With Yoco integration, you can cater specifically to the needs of your South African customer base, offering them the convenience and reliability they expect. Elevate your e-commerce venture by harnessing the power of Yoco, the trusted payment solution for South African businesses.

Yoco Payment Processor Module Installation Guide
Introduction
This document provides a step-by-step guide for installing the Yoco Payment Processor module in Odoo. This module enables South African eCommerce websites to use Yoco as their payment processor. The module is typically distributed in a .zip format.
Prerequisites
Before you start, ensure that you have the following:
- An active Odoo installation.
- Administrative access to your Odoo instance.
- The purchased Yoco Payment Processor module.
Installation Steps
Download the Module Archive:
Begin by downloading the Yoco Payment Processor module archive from the Odoo App Store. The module is generally available in a .zip format.
Copy/Transfer Module Files:
Extract the contents of the downloaded .zip archive. You will find many files and folders. These files and folders need to be copied or transferred to the Odoo addons folder. This folder is usually located in your Odoo server's file system. You can use a tool like SCP (Secure Copy Protocol) to transfer the files or manually copy them.
cp /path/to/module_files/* /path/to/odoo/addons/
Replace /path/to/module_files/ with the actual path to the module files and /path/to/odoo/addons/ with the path to your Odoo addons folder.
Restart Odoo Server:
After copying the module files, you need to restart your Odoo server or the Odoo service you are using. You can do this with the following command:
sudo service odoo-server restart
Login to Odoo:
Once the server is back online, log in to your Odoo instance as an admin user.
Update the Apps List:
In your Odoo dashboard, navigate to the "Apps" menu. Click on the "Update Apps List" button. Ensure that you are in debug mode.
Install the Yoco Payment Processor Module:
Search for the Yoco Payment Processor module in the Apps menu. Once you find it, click the "Install" button next to the module name.
Configure the Module:
After installation, configure the Yoco Payment Processor module as needed, including any specific settings, credentials, or options. You will need the following information from your Yoco account:
- Your live public key
- Your live secret key
- Your test public key
- Your test secret key
Make sure the module state is disabled, then enter the information in the spaces provided. Now switch the module state to enabled. The Connect Webhook button will now appear.
Conclusion
You have successfully installed the Yoco Payment Processor module for Odoo. Your eCommerce site can now use Yoco as the South African payment processor. If you encounter any issues during the installation or need further assistance, contact the module provider.
For more information, please consult the official Odoo documentation and support resources provided by Odoo regarding module installation.
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module