Skip to content

Building excellent payment experiences in Android apps

License

Notifications You must be signed in to change notification settings

seamlesspay/seamlesspay-android

Repository files navigation

SeamlessPay Android

License

Overview

SeamlessPay Android provides drop-in UI Components that can be used to collect your users' payment details and process payments from within your app. We also expose the Base SDK that allow you to use our API directly.

Get started with 📚 integration guide.

Installation

Your development environment must have minimum requirements configured:

Requirements

Note: If you do have the Android SDK installed, add a local.properties file to the top level directory with sdk.dir=/path/to/your/sdk/.android-sdk

Example Apps

The SeamlessPay Android SDK comes bundled with the following demo apps:

  • Demo: Basic setup and usage of UI Components

Run ./gradlew :demo:installDebug to install the Demo app on a device.