cesards / braintree_android

Braintree SDK for Android

Home Page:https://developers.braintreepayments.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Braintree Android SDK

Build Status

Welcome to Braintree's Android SDK. This library will help you accept card and alternative payments in your Android app.

Braintree's Android SDK is available for Android SDK >= 21.

Adding It To Your Project

Add the dependency in your build.gradle:

dependencies {
  implementation 'com.braintreepayments.api:braintree:3.2.0'
}

To use the latest build from the master branch use:

dependencies {
  implementation 'com.braintreepayments.api:braintree:3.2.1-SNAPSHOT'
}

Documentation

Start with 'Hello, Client!' for instructions on basic setup and usage.

Next, read the full documentation for information about integration options, such as Drop-In UI, PayPal and credit card tokenization.

Help

Feedback

The Braintree Android SDK is in active development, we welcome your feedback!

Here are a few ways to get in touch:

Releases

Subscribe to our Google Group to be notified when SDK releases go out.

License

The Braintree Android SDK is open source and available under the MIT license. See the LICENSE file for more info.

About

Braintree SDK for Android

https://developers.braintreepayments.com

License:MIT License


Languages

Language:Java 99.3%Language:Ruby 0.6%Language:Shell 0.1%