Integrate our products into your software. Let's make payment happen together!
Look at all the possibilitiesWhen you want to access specific PAX hardware like the BarcodeScanner or Printer, you will need to add some extra configuration to your app build.gradle and AndroidManifest.xml.
android { defaultConfig { ... ndk { abiFilters "armeabi", "armeabi-v7a" } }
<application
...
android:extractNativeLibs="true">
...
</application>