Last Version

myPOS-Glass-SDK 1.0.3

This repository provides a guidance on integrating an Android app with a myPOS Glass payment solution. Once integrated, the app will be able to communicate and call the main myPOS Glass functionalities in order to accept card payments (Limited to VISA and Mastercard). myPOS-Glass-SDK is a bridge between the applications and myPOS Glass app, converting the smart device into a POS machine, allowing to initiate transaction, complete all steps for processing payment, make refund to the customer card account and send a custom bill slip via mail or SMS. The built-in functionalities of myPOS-Glass-SDK allows you to accept payments, make refunds and void the last approved transaction.

License

License

GroupId

GroupId

com.mypos
ArtifactId

ArtifactId

glasssdk
Version

Version

1.0.3
Type

Type

aar
Description

Description

myPOS-Glass-SDK
This repository provides a guidance on integrating an Android app with a myPOS Glass payment solution. Once integrated, the app will be able to communicate and call the main myPOS Glass functionalities in order to accept card payments (Limited to VISA and Mastercard). myPOS-Glass-SDK is a bridge between the applications and myPOS Glass app, converting the smart device into a POS machine, allowing to initiate transaction, complete all steps for processing payment, make refund to the customer card account and send a custom bill slip via mail or SMS. The built-in functionalities of myPOS-Glass-SDK allows you to accept payments, make refunds and void the last approved transaction.
Project URL

Project URL

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

Source Code Management

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

Download glasssdk 1.0.3


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

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.