Last Version

myPOS-Smart-SDK 1.0.2

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

License

License

GroupId

GroupId

com.mypos
ArtifactId

ArtifactId

smartsdk
Version

Version

1.0.2
Type

Type

aar
Description

Description

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

Project URL

https://github.com/developermypos/myPOS-Smart-SDK
Source Code Management

Source Code Management

https://github.com/developermypos/myPOS-Smart-SDK

Download smartsdk 1.0.2


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

Dependencies

compile (2)

Group / Artifact Type Version
com.android.support » appcompat-v7 jar 25.3.1
com.google.code.gson : gson jar 2.8.0

Project Modules

There are no modules declared in this project.