Internal Integration (POS App Development): Difference between revisions

From wizarPOS
(Created page with "It is suitable for developing normal applications on the terminal. It can call the AIDL interface provided by the PAYwizard application to do different transaction. It communicate with the Vendor Machine. * Reference for calling PAYwizard AIDL interface:[https://github.com/SmartPOSSamples/PayMentAIDLDemo APP project:PayMentAIDLDemo-guide to call PAYwizard aidl interface] * [https://ftp.wizarpos.com/payment/PayMentAidlDemo_release_V1.0.6_20260114.apk Download APK] * See...")
 
No edit summary
Line 1: Line 1:
It is suitable for developing normal applications on the terminal. It can call the AIDL interface provided by the PAYwizard application to do different transaction. It communicate with the Vendor Machine.
It is suitable for developing normal applications on the terminal. It can call the AIDL interface provided by the PAYwizard application to do different transaction. It communicate with the Vendor Machine.
* Reference for calling PAYwizard AIDL interface:[https://github.com/SmartPOSSamples/PayMentAIDLDemo APP project:PayMentAIDLDemo-guide to call PAYwizard aidl interface]
===Reference for calling PAYwizard AIDL interface:[https://github.com/SmartPOSSamples/PayMentAIDLDemo APP project:PayMentAIDLDemo-guide to call PAYwizard aidl interface]===
* [https://ftp.wizarpos.com/payment/PayMentAidlDemo_release_V1.0.6_20260114.apk Download APK]
===[https://ftp.wizarpos.com/payment/PayMentAidlDemo_release_V1.0.6_20260114.apk Download APK]===
* See also, [https://smartpossdk.gitbook.io/paywizard-open-api/semi-integration/internal-integration internal-integration]
=== See also, [https://smartpossdk.gitbook.io/paywizard-open-api/semi-integration/internal-integration internal-integration]===
===Best practice for payment in D22(D3)/Q3(Q2)===
For developing applications on the D22.
* Install [https://ftp.wizarpos.com/payment/AccessoryAgentHostService-master-release-v1.0.30-r20251208115422-q1_platform.apk the new accessory agent] on D22(D3)/Q3(Q2)
* Install initconnectionmode on D22/Q3, configure master and slave. This step is usually pre-initialized at the factory and does not require further configuration by the customer.
* Install PAYwizard app on D22/Q3
* Set protocal of PAYwizard to DEFAULT on D22, and set the payment package name to com.wizarpos.opc
* Set protocal of PAYwizard to USB ACCESSORY on Q3, and set the payment package name to com.wizarpos.paywizard.demo

Revision as of 02:43, 5 March 2026

It is suitable for developing normal applications on the terminal. It can call the AIDL interface provided by the PAYwizard application to do different transaction. It communicate with the Vendor Machine.

Reference for calling PAYwizard AIDL interface:APP project:PayMentAIDLDemo-guide to call PAYwizard aidl interface

Download APK

See also, internal-integration

Best practice for payment in D22(D3)/Q3(Q2)

For developing applications on the D22.

  • Install the new accessory agent on D22(D3)/Q3(Q2)
  • Install initconnectionmode on D22/Q3, configure master and slave. This step is usually pre-initialized at the factory and does not require further configuration by the customer.
  • Install PAYwizard app on D22/Q3
  • Set protocal of PAYwizard to DEFAULT on D22, and set the payment package name to com.wizarpos.opc
  • Set protocal of PAYwizard to USB ACCESSORY on Q3, and set the payment package name to com.wizarpos.paywizard.demo