Skip to content

spreedly/checkout-android-example

Repository files navigation

Spreedly Checkout — Android Example

This project is for demonstration and reference purposes only. It is not intended for use in production environments. The code, configuration, and architecture shown here illustrate SDK integration patterns — adapt them to your own security requirements, backend infrastructure, and key management practices before shipping to production.

This sample app demonstrates the Spreedly Android Checkout SDK at version 1.0.1 (tag v1.0.1).

Setup

  1. Clone this repository
  2. Add your GitHub Packages credentials to ~/.gradle/gradle.properties:
gpr.usr=YOUR_GITHUB_USERNAME
gpr.key=YOUR_GITHUB_TOKEN
  1. Add your Spreedly environment key and other API keys to apikeys.properties (see apikeys.properties.example)
  2. Open the project in Android Studio and sync Gradle

Dependencies

All SDK modules are resolved from GitHub Packages:

implementation("com.spreedly:checkout-paymentsheet:1.0.1")
implementation("com.spreedly:checkout-braintree-apm:1.0.1")
implementation("com.spreedly:checkout-stripe-apm:1.0.1")
implementation("com.spreedly:checkout-threeds:1.0.1")

SDK Documentation

Support

Legal

About

Spreedly Checkout Android SDK Example App - reference integration using Gradle

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors