Skip to content

Counselor8/android-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Pay API sample app for Android

Overview

This sample demonstrates basic usage of the Google Pay API for Android.

The Google Pay API can be used to request any credit or debit card stored in your customer's Google account, including Android device tokens managed in the Google Pay app on Android.

For more information, visit the following link:

https://developers.google.com/pay/api/android/overview

Instructions

Make sure you read the comments in Constants.java and PaymentsUtil.java before you continue. These files must be modified prior to running the app, as per the instructions provided in the comments.

Requirements

In order to build and run this sample app, make sure you:

  • Have Android Studio 3.0 or greater installed.
  • Have a device running Android 4.4 (KitKat) or greater.
  • Have Google Play services version 16.0.0 or greater installed on this device.

To be able to fully test the API, you will also need to:

Support

For any questions or issues, please refer to our How to get help page.

About

Google Pay API sample application for Android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 63.2%
  • Kotlin 36.8%