Skip to content

Worldline-Global-Collect/connect-sdk-client-android

Repository files navigation

Worldline Connect - Android SDK

The Worldline Connect Android SDK provides a convenient way to support a large number of payment methods inside your Android app. It supports Lollipop (Api version 21) and up out-of-the box. The Android SDK comes with an example application that illustrates the use of the SDK and the services provided by Worldline Global Collect on the Worldline Global Collect platform.

See the Worldline Global Collect Developer Hub for more information on how to use the SDK.

Installation via Gradle

Add an implementation to your build configuration by adding the dependency to your project build.gradle file where x.y.z is the version number:

dependencies {
    implementation "com.worldline-solutions.connect:connect-sdk-client-android:x.y.z'
}

Migration Guides

A migration guide was written to help you migrate from version 5 to version 6 of the SDK. This guide explains the new architecture of the SDK, as well as the breaking changes made for version 6.

You can find the migration guide for version 5 to version 6 here.

Another migration guide was written to help you migrate from version 6 to 7 of the SDK. This guide explains how to import the rebranded SDK, as well as the breaking changes made for version 7.

You can find the migration guide for version 6 to version 7 here.