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.
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).
- Add the following to your build.gradle file:
implementation com.olo.olopay:olo-pay-android-sdk:version
- Download the documentation for the latest SDK
- Open
documentation/index.htmlfrom the SDK download location and follow the steps outlined inGetting Started
- Download the .aar and documentation for the latest SDK
- Copy the .aar to your Android project
- Add the .aar as a dependency to your Android project (steps will vary based on your chosen IDE)
- Open
documentation/index.htmlfrom the SDK download location and follow the steps outlined inGetting Started