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).

License

License

GroupId

GroupId

com.mypos
ArtifactId

ArtifactId

slavesdk
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

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).
Project URL

Project URL

https://bitbucket.org/MKDimitrov/possdk
Source Code Management

Source Code Management

https://bitbucket.org/MKDimitrov/possdk

Download slavesdk

How to add to project

<!-- https://jarcasting.com/artifacts/com.mypos/slavesdk/ -->
<dependency>
    <groupId>com.mypos</groupId>
    <artifactId>slavesdk</artifactId>
    <version>2.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.mypos/slavesdk/
implementation 'com.mypos:slavesdk:2.1.0'
// https://jarcasting.com/artifacts/com.mypos/slavesdk/
implementation ("com.mypos:slavesdk:2.1.0")
'com.mypos:slavesdk:aar:2.1.0'
<dependency org="com.mypos" name="slavesdk" rev="2.1.0">
  <artifact name="slavesdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.mypos', module='slavesdk', version='2.1.0')
)
libraryDependencies += "com.mypos" % "slavesdk" % "2.1.0"
[com.mypos/slavesdk "2.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.0.9
2.0.8
2.0.2
1.0.2
1.0.0