Skip to content

Mastercard-Gateway/simplify-android-sdk

Repository files navigation

Simplify Android SDK

Warning Merchants are required to upgrade their mobile SDKs to facilitate the transition to EMV 3DS. Further information and access to the SDKs have been made available in the lead up to the decommissioning date. The new SDKs can be access by contacting support.

Download Build Status

Our Android SDK allows you to easily integrate payments into your Android app. By creating a one-time use CardToken through our SDK, you avoid the risk of handling sensitive card details on your server.

Installation

This library is hosted in the jCenter repository. To import the Android SDK, include it as a dependency in your build.gradle file. Be sure to replace X.X.X with the version number in the shield above.

implementation 'com.simplify:simplify-android:X.X.X'

Configuration

Consult the Simplify Android SDK Wiki page for instructions on how to use the SDK within your app.