Skip to content

anaLimaDti/olo-pay-android-sdk-releases

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Olo Pay Android SDK

About Olo Pay

Olo Pay is an E-commerce payment solution designed to help restaurants grow, protect, and support their digital ordering and delivery business. Olo Pay is specifically designed for digital restaurant ordering to address the challenges and concerns that weʼve heard from thousands of merchants.

About the SDK

The Olo Pay Android SDK allows partners to easily add PCI-compliant credit card and Google Pay functionality to their checkout flow and seamlessly integrate with the Olo Ordering API.

This repo contains source code and documentation for the Olo Pay Android SDK. Use of the SDK is subject to the terms of the Olo Pay SDK License.

For more information about integrating Olo Pay into your payment solutions, refer to our Olo Pay Dev Portal Documentation (Note: requires an Olo Developer account).

Integrate the SDK

Using Gradle (Recommended)

  1. Add the following to your build.gradle file:
    implementation com.olo.olopay:olo-pay-android-sdk:version
  2. Download the documentation for the latest SDK
  3. Open documentation/index.html from the SDK download location and follow the steps outlined in Getting Started

Using The Compiled Library Directly

  1. Download the .aar and documentation for the latest SDK
  2. Copy the .aar to your Android project
  3. Add the .aar as a dependency to your Android project (steps will vary based on your chosen IDE)
  4. Open documentation/index.html from the SDK download location and follow the steps outlined in Getting Started

About

A repository for compiled release versions of Olo Pay SDK for Android

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 89.3%
  • Java 7.6%
  • HTML 3.1%