Is it possible to request the addition new Payment Terminal services such as CCV? To add as an option in the Point of Sale settings?
Their API for terminals is open and described here: https://www.ccv.eu/en/service-contact/developer-portal/terminal-ap
この質問にフラグが付けられました
Hello,
Yes, it is possible to integrate a new payment terminal like CCV into Odoo POS, especially since they provide an open API.
However, CCV is not supported out-of-the-box in Odoo, so this would require custom development to connect the terminal with Odoo’s POS payment interface.
The typical approach would involve creating a custom payment terminal module that communicates with CCV’s API and integrates it into the POS payment methods.
Hope this works for you! Feel free to reach out for further discussion.
Regards,
Zehntech Technologies Inc.
Hello,
Odoo supports only a limited number of built-in payment terminals.
Documentation: https://www.odoo.com/documentation/19.0/applications/sales/point_of_sale/payment_methods/terminals.html#configuration
Adding a new terminal like CCV is possible, but it requires custom development using their API to integrate it with the POS.
let me know if you need assistance regarding this.
Thanks
info@codespheretech.in
Is this something we can do ourselves on an Odoo Basic Plan? I suspect not since developer settings aren't enabled/allowed in that tier?
We have software developers who could do it, but before putting in the effort we'd like to check if it's worth the hassle.
| 関連投稿 | 返信 | ビュー | 活動 | |
|---|---|---|---|---|
|
|
0
12月 15
|
4631 | ||
|
|
3
1月 24
|
15805 | ||
|
|
0
4月 26
|
1 | ||
|
|
0
4月 26
|
4 | ||
|
|
0
4月 26
|
31 |
Hello,
You are correct - this is not possible on the Odoo Online (Basic) plan.
That environment does not allow custom development, which is required to integrate a new payment terminal like CCV.
If you are considering the effort, it is definitely feasible from a technical perspective, but it does require moderate development work (both backend and POS frontend).
Hi,
What are you recommendations for us on this subject? We have experienced developers within our organization, but before we commit to such an effort we'd like to know what our best path forward would be. If it is in no way possible within our basic plan, I'll close up this thread.
For that, need to check on the CCV Payment terminal provide:
-> Stable POS/terminal API (real-time status)
-> WebSocket / push callbacks?(preferred for POS flow)
You requirement:
-> Full POS terminal flow (initiate → wait → confirm)?
-> Or just payment registration?
These are the minimum requirements to assess feasibility for this type of integration.
If the CCV is option for you switch to another supported terminal, if not move to odoosh or on-premise.