Google Pay API Quickstart
Go to file
2018-06-07 14:33:25 +03:00
app Changed settings for rbkmoney. 2018-06-07 11:35:42 +03:00
gradle/wrapper Bump versions, updated README 2017-10-26 16:28:39 +01:00
.gitignore initial commit 2017-10-04 17:06:45 +01:00
build.gradle version bump, rename from Pay with Google to Google Pay 2018-02-06 16:17:53 +00:00
CONTRIBUTING.md initial commit 2017-10-04 17:06:45 +01:00
gradle.properties initial commit 2017-10-04 17:06:45 +01:00
gradlew initial commit 2017-10-04 17:06:45 +01:00
gradlew.bat initial commit 2017-10-04 17:06:45 +01:00
LICENSE initial commit 2017-10-04 17:06:45 +01:00
README.md Payment API -> Pay API 2018-02-21 10:56:18 +00:00
settings.gradle initial commit 2017-10-04 17:06:45 +01:00

Google Pay API sample app

Overview

This sample demonstrates basic usage of the Google Pay API.

The Google Pay API can be used to request any credit or debit card stored in your customers Google account, including their tokenized credentials from the Google Pay app.

For more information, visit the following link:

https://developers.google.com/pay/api/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 newer installed.
  • Have a device running Android 4.4 (KitKat) or newer.
  • Have Google Play services version 11.4.0 or newer installed on this device.

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