Payment App: Difference between revisions
No edit summary |
No edit summary |
||
(35 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==[https://ftp.wizarpos.com/advanceSDK/ | ==Quick Start== | ||
== | ===Demo Video=== | ||
* [https://ftp.wizarpos.com/advanceSDK/paymentapptest.mp4 paymentapptest.mp4] | |||
===User Guide=== | |||
* [https://ftp.wizarpos.com/advanceSDK/PyamentAppUserGuide.pdf PyamentAppUserGuide.pdf] | |||
===Demonstration steps(Connect terminal to PC)=== | |||
* Install Payment Apps, apps can install through by ADB, or push through by TMS. | * Install Payment Apps, apps can install through by ADB, or push through by TMS. | ||
* Set protocal type in Payment app, refer to PyamentAppUserGuide.pdf | * Set protocal type in Payment app, refer to [https://ftp.wizarpos.com/advanceSDK/PyamentAppUserGuide.pdf PyamentAppUserGuide.pdf] | ||
* Connect terminal to PC | * Connect terminal to PC | ||
* Start serial port tool in PC | * Start serial port tool in PC | ||
* Send handshake command data through by serial port tool, refer to TestData | * Send handshake command data through by serial port tool, refer to [https://ftp.wizarpos.com/advanceSDK/test.txt TestData] | ||
* Send Transaction command data through by serial port tool, refer to TestData | * Send Transaction command data through by serial port tool, refer to [https://ftp.wizarpos.com/advanceSDK/test.txt TestData] | ||
==Develop resource== | |||
===Protocol=== | |||
Please refer to the protocol which communicate with payment app. | |||
* [https://ftp.wizarpos.com/advanceSDK/PaymentApp/WIZARPOSPaymentAppIntegrationProtocolV2.0.6.pdf WIZARPOSPaymentAppIntegrationProtocolV2.0.6.pdf] | |||
===Payment Apps=== | |||
The two payment apps need install to terminal firstly. | |||
* [https://ftp.wizarpos.com/payment/PayWizard_Demo_V2.0.0_2508081.apk PayWizard_Demo_V2.0.0_2508081.apk] | |||
* [https://ftp.wizarpos.com/payment/OPC_V1.7.0-global-release.apk PaymentApp_V1.7.0-global-release.apk] | |||
== | ===AIDL develop SDK=== | ||
Applicable for scenarios where application development on a POS terminal is required, involving direct calls to the Payment AIDL Interface. | |||
* [https://github.com/SmartPOSSamples/PayMentAIDLDemo PayMentAIDLDemo] | |||
* | === 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. | |||
* Reference for data packaging and unpacking of VM:[https://ftp.wizarpos.com/advanceSDK/PaymentApp/Serial&SocketDemo240910.zip Serial&SocketDemo240910.zip] | |||
==Others== | |||
* [https://ftp.wizarpos.com/advanceSDK/MDB_Version_4-3.pdf MDB_Version_4-3.pdf] | * [https://ftp.wizarpos.com/advanceSDK/MDB_Version_4-3.pdf MDB_Version_4-3.pdf] | ||
[[Chinese Document]] | |||
Latest revision as of 01:39, 22 August 2025
Quick Start
Demo Video
User Guide
Demonstration steps(Connect terminal to PC)
- 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.
AIDL develop SDK
Applicable for scenarios where application development on a POS terminal is required, involving direct calls to the 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.
- Reference for data packaging and unpacking of VM:Serial&SocketDemo240910.zip