| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Discuss (mail) • Website (website) • Invoicing (account) |
| Lines of code | 418 |
| Technical Name |
advanced_payment_cybersource |
| License | LGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 15.0 16.0 17.0 18.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
eCommerce (website_sale)
• Discuss (mail) • Website (website) • Invoicing (account) |
| Lines of code | 418 |
| Technical Name |
advanced_payment_cybersource |
| License | LGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 15.0 16.0 17.0 18.0 |
Make Payments using Cybersource Payment Provider from Website Shop.
Odoo CyberSource Payment Gateway
Key Heighlights
Safe and Secure Online Payment.
Odoo CyberSource Payment Gateway enables your customers to make a safe and secure online payment.
Easy to Install.
Can be easily installed and no need of additional configurations.
Able to Process Payments in more than 190 Countries and 40 different Currencies.
Accepts a Variety of Cards and Payment Types.
Are you ready to make your business more
organized?
Improve now!
Account Set up
Create a test account in Cybersource Sandbox. Cybersource Account Link
To Generate Key And Secret Key.
After creating the test account, click on the generate new key button to create Key and Shared secret key.
Select REST-Shared Secret
Merchant Id, Key And Secret Key.
Created Key and Secret Key of the account.
Cybersource Payment Provider.
Credentials.
Give the Credentials of the Payment Provider.
Enable and Publish in the Website.
Payment from Website.
Select the Payment Provider and fill the Card details
Payment Status.
Corresponding Sale Order from Website.
Safe and Secure Online Payments.
Cybersource is able to Process Payments in more than 190 Countries and 40 different Currencies.
Accepts a variety of cards and payment types.
Able to Connect to around 100 Acquirers/Processors Worldwide.
The CyberSource payment gateway integration in Odoo allows customers to securely make online payments directly from the website shop using CyberSource payment services.
Yes, CyberSource provides secure payment processing with advanced fraud detection, encryption, and compliance with global security standards.
CyberSource supports multiple payment methods such as credit cards, debit cards, and other supported digital payment options depending on the CyberSource account configuration.
This usually happens when the return URL or webhook is not configured correctly. Ensure CyberSource is sending the response back to Odoo and that your controller processes the notification properly.
Latest Release 18.0.1.0.0
31th March, 2026- Initial Commit
Please log in to comment on this module
There are no ratings yet!
Problems Installing over Odoo sh
Hello team!
I'm having problems installing in odoo sh with the version 18, after installing the requirements through the requirements.txt, the staging environment corrupts and can't rebuild, the same with the development environments the following is the traceback log of the installation:
Traceback (most recent call last): File "/home/odoo/src/odoo/odoo/service/server.py", line 1366, in preload_registries registry = Registry.new(dbname, update_module=update_module) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/odoo/src/odoo/odoo/tools/func.py", line 97, in locked return func(inst, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/odoo/src/odoo/odoo/modules/registry.py", line 129, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/home/odoo/src/odoo/odoo/modules/loading.py", line 431, in load_modules loaded_modules, processed_modules = load_module_graph( ^^^^^^^^^^^^^^^^^^ File "/home/odoo/src/odoo/odoo/modules/loading.py", line 186, in load_module_graph load_openerp_module(package.name) File "/home/odoo/src/odoo/odoo/modules/module.py", line 384, in load_openerp_module __import__(qualname) File "/home/odoo/src/odoo/odoo/addons/base/__init__.py", line 5, in <module> from . import models File "/home/odoo/src/odoo/odoo/addons/base/models/__init__.py", line 22, in <module> from . import ir_mail_server File "/home/odoo/src/odoo/odoo/addons/base/models/ir_mail_server.py", line 20, in <module> from urllib3.contrib.pyopenssl import PyOpenSSLContext ImportError: cannot import name 'PyOpenSSLContext' from 'urllib3.contrib.pyopenssl' (/home/odoo/.local/lib/python3.12/site-packages/urllib3/contrib/pyopenssl.py)Any advice regarding a posible mistake i'm doing, I'll thank you.