Internal Integration (POS App Development): Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
It is suitable for developing normal applications on the terminal. | It is suitable for developing normal applications on the terminal. The application can call the AIDL interface provided by the PAYWizard application to perform different types of transactions. In this mode, PAYWizard does not communicate with the Vendor Machine; the self-developed application is responsible for communicating with the Vendor Machine. | ||
[https://github.com/SmartPOSSamples/PayMentAIDLDemo | Here is a demo app that calls the PAYWizard AIDL interface: [https://github.com/SmartPOSSamples/PayMentAIDLDemo PayMentAIDLDemo] | ||
[ | Please send and receive data according to this protocal document:[[Core Protocol]] | ||
[https://ftp.wizarpos.com/techsupport/ticket/flowchartofdevelopnormalapp.png Here is a flowchart] | |||
[https://ftp.wizarpos.com/payment/PayMentAidlDemo_release_V1.0.6_20260114.apk PayMentAidlDemo_release_V1.0.6_20260114] | |||
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] | ||
Latest revision as of 09:40, 20 March 2026
It is suitable for developing normal applications on the terminal. The application can call the AIDL interface provided by the PAYWizard application to perform different types of transactions. In this mode, PAYWizard does not communicate with the Vendor Machine; the self-developed application is responsible for communicating with the Vendor Machine.
Here is a demo app that calls the PAYWizard AIDL interface: PayMentAIDLDemo
Please send and receive data according to this protocal document:Core Protocol
PayMentAidlDemo_release_V1.0.6_20260114
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