Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

Payment terminal with Odoo POS

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
posapiodoov10PaymentTerminal
4 Răspunsuri
14482 Vizualizări
Imagine profil
Nilmar Shereef

How can I use payment terminal (model ICT 220) with Odoo POS without POS Box?
Have anyone experience?
(I know it is using telium protocol)

0
Imagine profil
Abandonează
Imagine profil
Yenthe Van Ginneken (Mainframe Monkey)
Cel mai bun răspuns

Hi Nilmar,

This depends quite a lot on the payment terminal provider honestly. You should reach out to Ingenico to ask for further feedback about this. It looks like they have API options for quite a lot of programming languages as you can see here: https://github.com/Ingenico-ePayments and they even have a Python library at https://github.com/Ingenico-ePayments/connect-sdk-python3
We've done a pretty similar thing for Atos (Worldline) payment terminals. The way we did it was to add an extra button in the POS which then calls a C++ function. From this C++ function we called the third party library from Atos in order to get and set transactions details. After doing so you simply have to get the results, return them to the Odoo and update your Odoo POS widgets in order to render the result.

Although my answer is not entirely answering your question and it is not entirely about Ingenico I don't believe you'll get a better answer from somebody else at this point. At the moment there are very little payment provider connectors in the Odoo POS (actually, I haven't even found one working version publicly).

Regards,
Yenthe

1
Imagine profil
Abandonează
Nilmar Shereef
Autor

Yes. I totally agree with you. But I am little confused about why you want to use C++ scripts, instead of rewriting into python? (If you used a C++ package, it is OK) Anyway, Without POS box, connecting with payment terminal is quite headache I think.

Yenthe Van Ginneken (Mainframe Monkey)

For the payment provider we used there was no support for Python libraries and there was only a native c++ option available. But yes, it will add quite some complexity / extra development.

David Bertha

Hi Yenthe. How can we found/buy your Worldline integration ? We developed one with a java controller on the posbox, but it's not stable enough.

Yenthe Van Ginneken (Mainframe Monkey)

Hi David - I no longer work for the company that developed this but you should be able to reach them still. You can reach out to them at koen.vanloon[at]vanroey.be

Mustafa Bashier

I believe the provided link (https://github.com/Ingenico-ePayments/connect-sdk-python3) is used for online payment processing not to integrate the terminal, am I right?

Imagine profil
Maharaj
Cel mai bun răspuns

Hello,

I have sample code to connect web service to .net dll on windows for terminal payment pos but i don't know how to do it for odoo.

Please help to do it!

This sample code :

<!DOCTYPE html>
<html>

<head>
    <meta charset="UTF-8">
    <script src="jquery.min.js"></script>
    <script src="jquery.signalR-2.2.2.min.js"></script>
    <script src="http://192.168.1.132:5060/signalr/hubs"></script>
    <title>WebBased PCPOS</title>
	<style>
		body {
			text-align:center;
			direction:rtl;
		}
	</style>
</head>
<body>
	
	<div id="showresult">لطفا صبر کنید</div>
	<div><button id="btn_pos" disabled> ارسال مبلغ به کارتخوان </button></div>
	<div>شماره ترمینال: <span id="PCPOS_TerminalId"></span></div>
	<div>کد پاسخ یا خطا: <span id="PCPOS_ResponseCode"></span></div>
	<div>شماره سریال تراکنش: <span id="PCPOS_SerialId"></span></div>
	<div>شماره مرجع تراکنش: <span id="PCPOS_RRN"></span></div>
	<div>توضیحات کد پاسخ: <span id="PCPOS_ResponseDescription"></span></div>
	<div>زمان تراکنش: <span id="PCPOS_TxnDate"></span></div>
	<div>شماره کارت: <span id="PCPOS_CardNumberMask"></span></div><br>
	<div><a target="_blank" href="http://abdollahkaviani.ir">لینک به سایت</a></div>
	
	<script type="text/javascript">
        
		var serverMessage 		= '';
		var serverIP				= 'http://192.168.1.132:5060';		//آدرس سرور پوز
		var terminal_ID			= '12345678';						//شماره ترمینال
		var posIP				= '192.168.1.15';					//آدرس آی‌پی کارتخوان
		var delayInMilliseconds		= 1000;							//زمان تاخیر
		var posAmount			= 1000;							//مبلغ ارسالی به پوز
		
		$(function () {

			$.connection.hub.url 	= serverIP + "/signalr";
			var console 			= $.connection.SSP1126HUB;
			
			$.connection.hub.error(function(err){
				$('#showresult').html('ارتباط با سرور پوز مقدور نیست');
			});
		
			$.connection.hub.start().done(function initialize() {

				$('#showresult').html("");
				$('#btn_pos').prop("disabled",false);

				$('#btn_pos').click(function () {

					serverMessage = '';
					$('#showresult').html('صبر کنید...');
					console.server.Initial('1', posIP, null, '0', '0', '0');
                   
					setTimeout(function () {

						if (serverMessage == '0') {
							console.server.Request("3");
							$('#showresult').html('لطفا کارت را بکشید');
						} else
							$('#showresult').html('خطایی رخ داده است');

					 }, delayInMilliseconds);
				});
			});
			
			console.client.GetSystemResponse = function (message) {
				serverMessage = '';
				serverMessage = message;
			}

			console.client.GetCardSwiped = function (TerminalId, CardNumberHash, CardNumberMask, PurchaseTypes) {

				$('#PCPOS_TerminalId').html(TerminalId);
				$('#PCPOS_CardNumberMask').html(CardNumberMask);
				var additional = null;

				setTimeout(function () {
					console.server.SendAmount2Step(posAmount, null, additional, null, '0', null, terminal_ID);
				}, delayInMilliseconds);
			};

			console.client.GetTransactionResponse = function (TerminalId, ResponseCode, SerialId, RRN, ResponseDescription, TxnDate) {

				$('#PCPOS_TerminalId').html(TerminalId);
				$('#PCPOS_ResponseCode').html(ResponseCode);
				$('#PCPOS_SerialId').html(SerialId);
				$('#PCPOS_RRN').html(RRN);
				$('#PCPOS_ResponseDescription').html(ResponseDescription);
				$('#PCPOS_TxnDate').html(TxnDate);
				$('#showresult').html(ResponseCode+' '+ResponseDescription);
			}	
		});
	</script>
</body>
</html>
0
Imagine profil
Abandonează
Imagine profil
Hamid karampour
Cel mai bun răspuns

we did this before by writing windows service and connecting to that service with ajax, (because pos device that we used had a .net dll)

0
Imagine profil
Abandonează
Imagine profil
Sofie Van Looveren
Cel mai bun răspuns

Hi David

We have provided an integration with the Ingenico payment terminals: Ingenico iCT 250 and Ingenico Lane 5000.
The module is based on the C-TAP protocol which is also used by CCV and Worldline payment terminals.

If you are interested, you can contact us via our website: https://www.callista.be/en_US/page/contactus
Check out the video of the integration between the payment terminal and Odoo POS:
https://www.callista.be/en_US/page/odoo-payment-terminal

0
Imagine profil
Abandonează
Jeffry Jesús De La Rosa

Do you have it for LANE 7000

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Odoo 10 POS not working after DB restore
pos odoov10
Imagine profil
Imagine profil
1
feb. 22
2770
External Pos System API
pos api
Imagine profil
Imagine profil
1
dec. 19
9432
Stripe Payment Terminal with ODOO14
pos Stripe PaymentTerminal
Imagine profil
0
apr. 24
2025
How can I use the API to send order data and create new orders in Odoo 17's Point of Sale?
pos api v17
Imagine profil
0
apr. 24
3121
POS System with Chase
pos bank PaymentTerminal
Imagine profil
Imagine profil
1
aug. 23
2558
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now