CloudPOS SDK: Difference between revisions

From wizarPOS
No edit summary
Line 19: Line 19:
*[[Java API Samples|Samples]]
*[[Java API Samples|Samples]]
*[[error code|Error code]]
*[[error code|Error code]]
*[ftp://sdkuser:wizsdkar@ftp.wizarpos.com/device/WizarPOSPrinter_TechnicalManual_en_20200715.pdf Printer Technical manual]
*[[ESC Commands]]


=== Permissions ===
=== Permissions ===
To access any financial devices of the terminal, the application must apply the relevant permissions in the manifest file.
To access any financial devices of the terminal, the application must apply the relevant permissions in the manifest file.
*[[permissions|Permissions]] definition
*[[permissions|Permissions]] definition
=== Printer Usage ===
The printer of the terminal supports ESC command. Please refer to the following specifications:
*[ftp://sdkuser:wizsdkar@ftp.wizarpos.com/device/WizarPOSPrinter_TechnicalManual_en_20200715.pdf Technical manual]
*[[ESC Commands]]

Revision as of 06:03, 6 November 2020

Introduction

 For developing payment applications, please refer to Device API > Java API.
 For the development of EMV payment application, please refer to EMV Payment .
 For code scanning, please refer to Bar code > Scanning Service Usage.

EMV Payment

Bar code

Device Java API

The Java API is packaged as an AAR library file that Android developers can easily use. It includes Printer, PINPad, MSR, SmartCard, RFCard, SerialPort, LED, Fingerprint, HSM......

Permissions

To access any financial devices of the terminal, the application must apply the relevant permissions in the manifest file.