Payment App: Difference between revisions

From wizarPOS
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 17: Line 17:
===Protocol===
===Protocol===
Please refer to the protocol which communicate with payment app.
Please refer to the protocol which communicate with payment app.
* [https://ftp.wizarpos.com/advanceSDK/PaymentApp/WIZARPOSPaymentAppIntegrationProtocol2.0.8.pdf WIZARPOSPaymentAppIntegrationProtocol2.0.8.pdf]
* [https://ftp.wizarpos.com/advanceSDK/PaymentApp/WIZARPOSPaymentAppIntegrationProtocolV2.1.0.pdf WIZARPOSPaymentAppIntegrationProtocolV2.1.0.pdf]
 
===Payment Apps===
===Payment Apps===
The two payment apps need install to terminal firstly.
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/advanceSDK/PaymentApp/PayWizard_Demo_V2.0.1_2510162.apk PayWizard_Demo_V2.0.1_2510162.apk]
* [https://ftp.wizarpos.com/payment/OPC_V1.10.5-global-release.apk OPC_V1.10.5-global-release.apk]
* [https://ftp.wizarpos.com/payment/OPC_V2.1.5-global-release.apk OPC_V2.1.5-global-release.apk]


=== Local Integration ===
=== Local Integration ===
Line 34: Line 35:


===Payment App development===
===Payment App development===
It is suitable for developing payment application on the terminal. This payment application interacts with the bank and provides the AIDL interface of the payment function to the terminal payment OPC call. Please contact sales for guidance from the development team.[https://ftp.wizarpos.com/advanceSDK/PaymentApp/AIDLServiceDemo240910(ProvidedAIDLtoOPC).zip A simple service demo which provided AIDL interface].
It is suitable for developing payment application on the terminal. This payment application interacts with the bank and provides the AIDL interface of the payment function to the terminal payment OPC call. Please contact sales for guidance from the development team.
 
[https://ftp.wizarpos.com/advanceSDK/PaymentApp/AIDLServiceDemo240910(ProvidedAIDLtoOPC).zip A simple service demo which provided AIDL interface].
 
[https://ftp.wizarpos.com/advanceSDK/PaymentApp/IntegrationdocwithOPC.zip IntegrationdocwithOPC.zip(include above demo and the protocal document)].


==Others==
==Others==
Line 40: Line 45:


==FAQ==
==FAQ==
*Simple prototype file, generally, configure this file in TMS, [https://ftp.wizarpos.com/payment/opc-v1.7.0-config-simplify-20250814.xml Parameters-Prototype xml file:opc-v1.7.0-config-simplify-20250814.xml]. Package name of the payment app is "com.wizarpos.paywizard.demo"
*Simple prototype file, generally, configure this file in TMS, [https://ftp.wizarpos.com/payment/opc-v2.1.5-config-simple-20251119.xml Parameters-Prototype xml file:opc-v2.1.5-config-simple-20251119.xml]. Package name of the payment app is "com.wizarpos.paywizard.demo"
*Full prototype file, don't use this file, just for a reference, [https://ftp.wizarpos.com/payment/opc-v1.7.0-config-20250814.xml Parameters-Prototype xml file:opc-v1.7.0-config-20250814.xml]
*Full prototype file, don't use this file, just for a reference, [https://ftp.wizarpos.com/payment/opc-v2.1.5-config-all-20251119.xml Parameters-Prototype xml file:opc-v2.1.5-config-all-20251119.xml]
*To configure app paramter, pelase read this "Configure a Parameter File with a Template" chapter of the [https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/accept-tms-file-downloads spec], please use prototype file- opc-v1.7.0-config-simplify-20250814.xml, package name which accept the parameter is "com.wizarpos.opc".
*To configure app paramter, pelase read this "Configure a Parameter File with a Template" chapter of the [https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/accept-tms-file-downloads spec], please use prototype file- opc-v1.7.0-config-simplify-20250814.xml, package name which accept the parameter is "com.wizarpos.opc".
*[https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/learn-kiosk-mode learn-kiosk-mode]
*[https://smartpossdk.gitbook.io/cloudpossdk/faq/advance-sdk/learn-kiosk-mode learn-kiosk-mode]
Line 54: Line 59:
*[https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/apply-wizarview-account Apply TMS Account]
*[https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/apply-wizarview-account Apply TMS Account]
*[https://ftp.wizarpos.com/device/TMSManual.pdf TMS Manual]
*[https://ftp.wizarpos.com/device/TMSManual.pdf TMS Manual]
==[[Chinese Document]]==
==[[Chinese Document]]==

Latest revision as of 01:56, 20 November 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 PaymentInterfaceAppUserGuide.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

Debug tools in Windows

Develop resource

Protocol

Please refer to the protocol which communicate with payment app.

Payment Apps

The two payment apps need install to terminal firstly.

Local Integration

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.

Internal Integration

It is suitable for developing applications on the terminal. When this application uses the payment function, it only calls the payment AIDL interface provided by the payment application. Other functions of the application are implemented by the application itself.

Payment App development

It is suitable for developing payment application on the terminal. This payment application interacts with the bank and provides the AIDL interface of the payment function to the terminal payment OPC call. Please contact sales for guidance from the development team.

A simple service demo which provided AIDL interface.

IntegrationdocwithOPC.zip(include above demo and the protocal document).

Others

FAQ

Chinese Document