DOC

com.mypos : slavesdk-beta

Maven & Gradle

Mar 05, 2021

myPOS-Slave-SDK · This repository provides a native Android SDK, which enables to integrate your Mobile App with myPOS Card terminals, processed by its platform, to accept card payments (including but not limited to VISA, Mastercard, UnionPay International, JCB, Bancontact). myPOS SDK Android communicates transparently to the card terminal(s) via Bluetooth. To process checkout SDK provides management of the terminal to complete all the steps for transaction processing, return or refund, card storage for recurring transactions, and communicates to the application transaction status, card token, card masked PAN. No sensitive card data is ever passed through to or stored on the merchant's phone. All data is encrypted by the card terminal, which has been fully certified to the highest industry standards (PCI, EMV I & II, Visa, MasterCard & Amex).

Table Of Contents

Latest Version

Download com.mypos : slavesdk-beta Javadoc & API Documentation - Latest Versions:

All Versions

Download com.mypos : slavesdk-beta Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file slavesdk-beta-2.0.7-javadoc.jar to slavesdk-beta-2.0.7-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder slavesdk-beta-2.0.7-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "slavesdk-beta-2.0.7-sources.jar" -d "slavesdk-beta-2.0.7-javadoc" -subpackages 

Advertisement