Payment App Development: Difference between revisions

From wizarPOS
(Created page with "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 PAYwizard to call. [https://github.com/SmartPOSSamples/AidlServiceDemo A simple service demo which provided AIDL interface]. [https://ftp.wizarpos.com/techsupport/ticket/WIZARPOSPaymentAppAIDLManualV1.0.5.pdf WIZARPOSPaymentAppAIDLManualV1.0.5.pdf, if running above service demo, the bind pac...")
 
No edit summary
Line 1: Line 1:
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 PAYwizard to call.  
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 PAYwizard to call.  


[https://github.com/SmartPOSSamples/AidlServiceDemo A simple service demo which provided AIDL interface].
[https://github.com/SmartPOSSamples/AidlServiceDemo A simple service demo which provided AIDL to PAYwizard].


[https://ftp.wizarpos.com/techsupport/ticket/WIZARPOSPaymentAppAIDLManualV1.0.5.pdf  WIZARPOSPaymentAppAIDLManualV1.0.5.pdf, if running above service demo, the bind package name should be com.wizarpos.aidlservicedemo].
[https://ftp.wizarpos.com/techsupport/ticket/WIZARPOSPaymentAppAIDLManualV1.0.5.pdf  AIDLManualV1.0.5.pdf, in the AidlServiceDemo, the binded package name should be com.wizarpos.aidlservicedemo].


[https://ftp.wizarpos.com/payment/OPCPaymentIntegrationScheme2025.pdf OPCPaymentIntegrationScheme2025.pdf, description of the scheme].
[https://ftp.wizarpos.com/payment/OPCPaymentIntegrationScheme2025.pdf Description of the scheme].

Revision as of 06:08, 5 March 2026

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 PAYwizard to call.

A simple service demo which provided AIDL to PAYwizard.

AIDLManualV1.0.5.pdf, in the AidlServiceDemo, the binded package name should be com.wizarpos.aidlservicedemo.

Description of the scheme.