m

mypossmartsdk

This repository provides a guidance on integrating an Android app with a myPOS Smart device. Once integrated, the app will be able to communicate with the core device components in order to accept card payments (including but not limited to VISA, Mastercard, UnionPay International, JCB, Bancontact). myPOS-Smart-SDK complеments a Smart POS terminal in order to initiate transaction, complete all steps for processing payment, make refund to the customer card account and print a custom bill slip using the device printer. The built-in functionalities of myPOS-Smart-SDK allow you to send Payment Requests, manage operations for the first and second SAM component the myPOS Smart device has and print bitmap image integrated to the receipt (e.g. QR Code).
https://github.com/developermypos/myPOS-Smart-SDK
The Apache Software License, Version 2.0
myPOS Developers
Files download
File Operation
mypossmartsdk-1.0.5.pom download
mypossmartsdk-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mypos</groupId>
  <artifactId>mypossmartsdk</artifactId>
  <version>1.0.5</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.mypos:mypossmartsdk:1.0.5'
Gradle Kotlin
implementation("com.mypos:mypossmartsdk:1.0.5")
Scala SBT
libraryDependencies += "com.mypos" % "mypossmartsdk" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.mypos', module='mypossmartsdk', version='1.0.5')
)
Apache Ivy
<dependency org="com.mypos" name="mypossmartsdk" rev="1.0.5" />
Leiningen
[com.mypos/mypossmartsdk "1.0.5"]
Apache Buildr
'com.mypos:mypossmartsdk:jar:1.0.5'
Dependencies