Payment App: Difference between revisions

From wizarPOS
No edit summary
No edit summary
Line 1: Line 1:
==Development resource==
[https://ftp.wizarpos.com/advanceSDK/PaymentInterface_20250612.zip PaymentInterface_20250612.zip]
==Quick Start==
==Quick Start==
===Demo Video===
===Demo Video===
* [https://ftp.wizarpos.com/advanceSDK/paymentapptest.mp4 paymentapptest.mp4]
* [https://ftp.wizarpos.com/advanceSDK/paymentapptest.mp4 paymentapptest.mp4]
===User Guide===
* [https://ftp.wizarpos.com/advanceSDK/PyamentAppUserGuide.pdf PyamentAppUserGuide.pdf]
===Steps===
===Steps===
* 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]
 


==Development 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]
* [https://ftp.wizarpos.com/advanceSDK/PaymentApp/慧银支付应用集成协议V2.0.6.pdf 慧银支付应用集成协议V2.0.6.pdf]
===Payment Apps===
The two payment apps need install to terminal firstly.
* [https://ftp.wizarpos.com/advanceSDK/PaymentApp/PayWizard_Demo_V1.0.0_2505131.apk PayWizard_Demo_V1.0.0_2505131.apk]
* [https://ftp.wizarpos.com/advanceSDK/PaymentApp/PaymentApp_V1.3.6_250306-release.apk PaymentApp_V1.3.6_250306-release.apk]
=== Full development SDK===
* [https://ftp.wizarpos.com/advanceSDK/PaymentInterface_20250612.zip PaymentInterface_20250612.zip]
===AIDL development 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.)
* [https://ftp.wizarpos.com/advanceSDK/PaymentApp/AIDL_Service_Demo&Guide.zip AIDL_Service_Demo&Guide.zip]
=== VM development 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通讯。)
* [https://ftp.wizarpos.com/advanceSDK/PaymentApp/PaymentApp_Serialport_Guilde&Demo.zip PaymentApp_Serialport_Guilde&Demo.zip]
==FAQ==
==FAQ==
* AIDL_Service_Demo&Guide.zip  
* AIDL_Service_Demo&Guide.zip  
Line 18: Line 34:
* PaymentApp_Serialport_Guilde&Demo.zip  
* PaymentApp_Serialport_Guilde&Demo.zip  
This file is 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通讯。)
This file is 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通讯。)
* [https://ftp.wizarpos.com/advanceSDK/PyamentAppUserGuide.pdf PyamentAppUserGuide.pdf]
* [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]
* [https://ftp.wizarpos.com/advanceSDK/paymentapptest.mp4 paymentapptest.mp4]
* [https://ftp.wizarpos.com/advanceSDK/paymentapptest.mp4 paymentapptest.mp4]
* [https://ftp.wizarpos.com/advanceSDK/test.txt TestData]
* [https://ftp.wizarpos.com/advanceSDK/test.txt TestData]
* [https://ftp.wizarpos.com/advanceSDK/支付接口操作文档.pdf 支付接口操作文档.pdf]
* [https://ftp.wizarpos.com/advanceSDK/支付接口操作文档.pdf 支付接口操作文档.pdf]

Revision as of 08:31, 13 June 2025

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

Development resource

Protocol

Please refer to the protocol which communicate with payment app.

Payment Apps

The two payment apps need install to terminal firstly.

Full development SDK

AIDL development 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 development 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通讯。)

FAQ

  • AIDL_Service_Demo&Guide.zip

This file is applicable for scenarios where application development on a POS terminal is required, involving direct calls to the Payment AIDL Interface. (适用于需要在POS机上开发应用,这种情况下,直接调用Payment AIDL Interface.)

  • PaymentApp_Serialport_Guilde&Demo.zip

This file is 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通讯。)