An open API service indexing awesome lists of open source software.

https://github.com/braintree/braintree-android-google-payment

Google Payment component for our Braintree AndroidSDK
https://github.com/braintree/braintree-android-google-payment

Last synced: about 1 year ago
JSON representation

Google Payment component for our Braintree AndroidSDK

Awesome Lists containing this project

README

          

# Braintree Android Google Payment
[![Build Status](https://travis-ci.org/braintree/braintree-android-google-payment.svg?branch=master)](https://travis-ci.org/braintree/braintree-android-google-payment.svg?branch=master)

Braintree Android Google Payment is a module that allows you to accept Google Pay payments in your Android app. It is used in conjunction with Braintree Android SDK.

Please create an [issue](https://github.com/braintree/braintree-android-google-payment/issues) with any comments or concerns.

## Adding it to your project

Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.braintreepayments.api:braintree:3.14.1'
implementation 'com.braintreepayments.api:google-payment:3.5.0'
}
```

## Help

* [Read the javadocs](http://javadoc.io/doc/com.braintreepayments.api/google-payment/)
* [Read the docs](https://developer.paypal.com/braintree/docs/guides/google-pay/client-side/android/v4)
* Find a bug? [Open an issue](https://github.com/braintree/braintree-android-google-payment/issues)
* Want to contribute? [Check out contributing guidelines](CONTRIBUTING.md) and [submit a pull request](https://help.github.com/articles/creating-a-pull-request).

## Feedback

Here are a few ways to get in touch:

* [GitHub Issues](https://github.com/braintree/braintree-android-google-payment/issues) - For generally applicable issues and feedback
* [Braintree Support](https://articles.braintreepayments.com/) / [support@braintreepayments.com](mailto:support@braintreepayments.com) -
for personal support at any phase of integration

## License

Braintree Android Google Payment is open source and available under the MIT license. See the [LICENSE](LICENSE) file for more info.