s

slavesdk

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).
https://bitbucket.org/MKDimitrov/possdk
The Apache Software License, Version 2.0
myPOS Developers
Files download
File Operation
slavesdk-2.1.3.pom download
Apache Maven
<dependency>
  <groupId>com.mypos</groupId>
  <artifactId>slavesdk</artifactId>
  <version>2.1.3</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.mypos:slavesdk:2.1.3'
Gradle Kotlin
implementation("com.mypos:slavesdk:2.1.3")
Scala SBT
libraryDependencies += "com.mypos" % "slavesdk" % "2.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.mypos', module='slavesdk', version='2.1.3')
)
Apache Ivy
<dependency org="com.mypos" name="slavesdk" rev="2.1.3" />
Leiningen
[com.mypos/slavesdk "2.1.3"]
Apache Buildr
'com.mypos:slavesdk:jar:2.1.3'
Dependencies
The project has no third-party dependencies