Payment App
Quick Start
Demo Video
User Guide
Steps
- Install Payment Apps, apps can install through by ADB, or push through by TMS.
- Set protocal type in Payment app, refer to PyamentAppUserGuide.pdf
- Connect terminal to PC
- Start serial port tool in PC
- Send handshake command data through by serial port tool, refer to TestData
- Send Transaction command data through by serial port tool, refer to TestData
Develop resource
Protocol
Please refer to the protocol which communicate with payment app.
Payment Apps
The two payment apps need install to terminal firstly.
Full develop SDK
AIDL develop SDK
Applicable for scenarios where application development on a POS terminal is required, involving direct calls to the Payment AIDL Interface. (适用于需要在POS机上开发应用,这种情况下,直接调用Payment AIDL Interface.)
VM develop reference
Suitable for scenarios where no application development on the POS terminal is needed. Instead, the Vendor Machine communicates directly with the Payment App. In this case, communication between the POS terminal and the Vendor Machine supports serial port, MDB (Multi-Drop Bus), and Socket protocols. (适用于不需要在POS机上开发应用,上位机直接和PaymentInterface通讯。这种情况下,POS机和上位机之间支持串口,MDB,Socket通讯。)