From 0f0c62d9c0e61059fdd993e83e153e34429a498a Mon Sep 17 00:00:00 2001 From: "Yaroslav Soroko (yaso)" Date: Fri, 12 Apr 2024 10:48:17 +0200 Subject: [PATCH] [IMP] point_of_sale: add Ingenico details This PR adds the very much necessary details about the Ingenico terminals we support, the communication protocol and the countries coverage. - We support only Ingenico terminals in Benelux - The terminals must support TLV as communication protocol - We contact terminals through TCP/IP only, not the serial port - According to our contact in Ingenico (now Axepta) this is the case for all the Lane/Desk/Move payment terminals task-3865904 closes odoo/documentation#8828 X-original-commit: 67f096cfe8b1c15b0032968fe71a579585423703 Signed-off-by: Jonathan Castillo (jcs) --- .../point_of_sale/payment_methods/terminals/ingenico.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst b/content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst index bed0e9896..9b35e66f7 100644 --- a/content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst +++ b/content/applications/sales/point_of_sale/payment_methods/terminals/ingenico.rst @@ -5,8 +5,11 @@ Ingenico Connecting a payment terminal allows you to offer a fluid payment flow to your customers and ease the work of your cashiers. -Please note that Ingenico is currently only available for customers in the -Benelux. +.. important:: + - Worldline payment terminals require an :doc:`IoT Box `. + - Worldline is currently only available in Belgium, the Netherlands and Luxembourg. + - Odoo works with the Ingenico Lane/, Desk/, and Move/ payment terminals as they support the TLV + communication protocol through TCP/IP. Configuration =============