NAV

App integration

Here's everything you require for integrating with the OderoPOS Android system, enabling your application to seamlessly interact with our devices for card payments and printing via a set of clearly defined APIs. Our tools simplify the integration process, ensuring ease and speed while minimizing the need for future adjustments on your end. OderoPOS, integrated into the Android system, is continuously maintained and updated, forming our robust ecosystem.

Launcher

PaymentGateway

Printer App

OPIT

Introduction

Setup to build the OPIT project

  1. Download the latest OPIT Lan for Windows release and unzip the archive.
  2. Copy archive contents inside the sample project folder.
  3. Open the sample app project solution with Microsoft Visual Studio (make sure C++ module is installed).
  4. In Microsoft Visual Studio go to Project -> Properties -> C/C++ -> Command Line -> Additional Options -> add text: /std:c++latest

  5. C/C++ -> General -> Additional Include Directories -> click on the dropdown -> Edit -> in the popup press the 3 dots (...) button from the right -> Choose headers folder from the opit-desktop project -> Ok

  6. Linker -> Input -> Additional Dependencies -> click on the dropdown -> Edit -> add text: OpitDesktop.lib -> Ok

  7. Linker -> General -> Additional Library Directories -> click on the dropdown -> Edit -> in the popup press the 3 dots (...) button from the right -> select the folder where the OpitDesktop.lib file is located -> Ok

  8. That's it! The solution should now build.

OPit Lan for Windows

OPit Android

ECR integration

App Setup

Fiscal commands

Sending a card payment

Please check out PaymentGateway docs