CloudPOS SDK: Difference between revisions

From wizarPOS
Tag: Reverted
No edit summary
Tag: Manual revert
Line 5: Line 5:
== EMV Payment ==
== EMV Payment ==
The EMV Payment SDK is designed to facilitate the development of payment applications (APPs).
The EMV Payment SDK is designed to facilitate the development of payment applications (APPs).
* [https://smartpossdk.gitbook.io/cloudpossdk/cloudpos-sdk/emv-develop-spec?1| EMV Develop Spec]
* [[EMV Develop Spec]]


== Barcode Scanning==
== Barcode Scanning==
* [https://smartpossdk.gitbook.io/cloudpossdk/cloudpos-sdk/scanning-service-usage?1| Scanning Service Usage]
* [[Scanning Service Usage]]


== Device Java API ==
== Device Java API ==
Line 15: Line 15:
*[http://{{SERVERNAME}}/wizarposapi/ API Specifications]
*[http://{{SERVERNAME}}/wizarposapi/ API Specifications]
*[http://ftp.wizarpos.com/device/java/javadoc_20240109_2.zip API Specifications Download]
*[http://ftp.wizarpos.com/device/java/javadoc_20240109_2.zip API Specifications Download]
*[https://smartpossdk.gitbook.io/cloudpossdk/cloudpos-sdk/cloudpos-sdk-aar?1| CloudPOS SDK AAR]
*[[CloudPOS SDK AAR]]
*[https://smartpossdk.gitbook.io/cloudpossdk/cloudpos-sdk/java-api-samples?1| Java API Samples|Samples]
*[[Java API Samples|Samples]]
*[https://smartpossdk.gitbook.io/cloudpossdk/cloudpos-sdk/permissions?1| permissions|Permissions Definition]
*[[permissions|Permissions Definition]]
*[https://smartpossdk.gitbook.io/cloudpossdk/cloudpos-sdk/error-code?1| error code|Error Code]
*[[error code|Error Code]]
*[http://ftp.wizarpos.com/device/CloudPOSPrinter_TechnicalManual_20231222_en.pdf Printer Technical Manual]
*[http://ftp.wizarpos.com/device/CloudPOSPrinter_TechnicalManual_20231222_en.pdf Printer Technical Manual]


== MDB Interface ==
== MDB Interface ==
*[https://smartpossdk.gitbook.io/cloudpossdk/cloudpos-sdk/mdb-communication-protocal?1| MDB Communication Protocal]
*[[MDB Communication Protocal]]


== [[JNI API and C API (Deprecated)]] ==
== [[JNI API and C API (Deprecated)]] ==
==Quick Start Guide==
==Quick Start Guide==
* [https://smartpossdk.gitbook.io/cloudpossdk/faq/usb-serial-port/install-terminal-usb-drivers?1| USB Driver Download]  
* [[USB Driver Download]]  
* [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/install-pos-applications?1| How to install app to POS|Install App]
* [[How to install app to POS|Install App]]
* [https://smartpossdk.gitbook.io/cloudpossdk/faq/certificate/apply-app-certificates?1| How to apply app certificate|Apply App Certificate]  
* [[How to apply app certificate|Apply App Certificate]]  
* [https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/app-signing-process?1| How to sign app|Sign App]  
* [[How to sign app|Sign App]]  
* [https://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/apply-wizarview-account?1| How to apply for a WizarView account|Apply TMS Account]  
* [[How to apply for a WizarView account|Apply TMS Account]]  
* [http://ftp.wizarpos.com/device/TMSManual.pdf TMS Manual]
* [http://ftp.wizarpos.com/device/TMSManual.pdf TMS Manual]

Revision as of 02:13, 18 April 2024

This comprehensive documentation aims to guide Android application developers for the Smart POS. It covers EMV payment specifications, barcode scanning, the Device Java API, API details, samples, a quick start guide, and additional resources.

For more details, please refer to the provided links and sections.

EMV Payment

The EMV Payment SDK is designed to facilitate the development of payment applications (APPs).

Barcode Scanning

Device Java API

The Device Java API simplifies development by being packaged as an AAR library file, providing Android developers with easy integration. This API includes functionalities such as Printer, PINPad, MSR, SmartCard, RFCard, SerialPort, LED, Fingerprint, and HSM.

MDB Interface

JNI API and C API (Deprecated)

Quick Start Guide