Payment App Development: Difference between revisions

From wizarPOS
No edit summary
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 to PAYwizard].
In the payment app, should include two implement:


[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].
1. Please refer to [https://github.com/SmartPOSSamples/AidlServiceDemo AidlServiceDemo which provided AIDL to PAYwizard app].


[https://ftp.wizarpos.com/payment/OPCPaymentIntegrationScheme2025.pdf Description of the scheme].
Here is a manual:[https://ftp.wizarpos.com/techsupport/ticket/WIZARPOSPaymentAppAIDLManualV1.0.5.pdf  AIDLManualV1.0.5.pdf].  


[https://smartpossdk.gitbook.io/cloudpossdk/cloudpos-sdk/emv-develop-spec EMV SPEC for developing payment app].
And a description: [https://ftp.wizarpos.com/payment/OPCPaymentIntegrationScheme2025.pdf Description of the scheme].
 
2. Call EMV kernel interface to implement the payment, please refer to [https://smartpossdk.gitbook.io/cloudpossdk/cloudpos-sdk/emv-develop-spec EMV SPEC].

Revision as of 08:44, 20 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.

In the payment app, should include two implement:

1. Please refer to AidlServiceDemo which provided AIDL to PAYwizard app.

Here is a manual:AIDLManualV1.0.5.pdf.

And a description: Description of the scheme.

2. Call EMV kernel interface to implement the payment, please refer to EMV SPEC.