slavesdk
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.mypos</groupId> <artifactId>slavesdk</artifactId> <version>2.1.6</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.mypos</groupId> <artifactId>slavesdk</artifactId> <version>2.1.6</version> <packaging>aar</packaging> <name>myPOS-Slave-SDK</name> <description>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).</description> <url>https://bitbucket.org/MKDimitrov/possdk</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>mypos</id> <name>myPOS Developers</name> <email>devrel@mypos.com</email> </developer> </developers> <scm> <connection>https://bitbucket.org/MKDimitrov/possdk.git</connection> <developerConnection>https://bitbucket.org/MKDimitrov/possdk.git</developerConnection> <url>https://bitbucket.org/MKDimitrov/possdk</url> </scm> </project>