Our Ingenico plugin supports multiple Ingenico devices running on the RBA, UPP, and Axium platforms. We support 2 main devices for 2 different configurations; attended (iPP320/350/Lane3000) and unattended (iUC285). If you have another RBA device please contact %CompanyContact for assistance in setting up.
Windows | Linux | Android | |
---|---|---|---|
Axium DX4000 | ✘ | ✘ | ✔ |
Axium DX8000 | ✘ | ✘ | ✔ |
Axium RX7000 | ✘ | ✘ | ✔ |
IPP320/350 | ✔ | ✔ | ✔ |
IUC285 | ✔ | ✔ | ✔ |
Lane3000 | ✔ | ✔ | ✔ |
Lane5000 | ✔ | ✔ | ✔ |
Lane7000 | ✔ | ✔ | ✔ |
Self 2000 | ✔ | ✔ | ✔ |
Self 3000 | ✔ | ✔ | ✔ |
Self 4000 | ✔ | ✔ | ✔ |
Self 5000 | ✔ | ✔ | ✔ |
Check the Troubleshooting section to view what RBA/UPP/Axium version is supported on Ingenico devices
Below you can find the different platforms where you can integrate the SDK. Please proceed to the platform you have chosen to integrate with.
-Djava.library.path=<native libs folder>
sudo usermod -a -G uucp <user>
sudo usermod -a -G dialout <user>
sudo usermod -a -G lock <user>
sudo usermod -a -G tty <user>
Note: If you see the error libudev.so.0: cannot open shared object file: No such file or directory
Please link the existing libudev.so.1 to the requested libudev.so.0: sudo ln -s /lib/x86_64-linux-gnu/libudev.so.1 /lib/x86_64-linux-gnu/libudev.so.0
Done! With your ENVIRONMENT properly configured you are now ready to perform your first sales transaction. Check out the Coding 101 section for more information.
C:\Windows\Syswow64
.Done! With your ENVIRONMENT properly configured you are now ready to perform your first sales transaction. Check out the Coding 101 section for more information.
Create a new file under res/xml folder called device_filter.xml
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- INGENICO-->
<usb-device vendor-id="1947"/>
<usb-device vendor-id="2816"/>
<usb-device vendor-id="4096"/>
</resources>
Add the following contents into AndroidManifest.xml file
Done! With your ENVIRONMENT properly configured you are now ready to perform your first sales transaction. Check out the Coding 101 section for more information.
Axium platform is different as the application, with the GoChip integration, will run on the device itself.
Please refer to the Axium Debug Unit Installing Firmware and Configuration Files.pdf file from here on how to configure an Axium debug unit.
Please check our Device Configuration section in the Support menu.