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.
Add the dependency in your build.gradle
:
dependencies {
implementation 'com.braintreepayments.api:braintree:3.9.0'
}
To use the latest build from the master
branch use:
dependencies {
implementation 'com.braintreepayments.api:braintree:3.9.1-SNAPSHOT'
}
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.
- Read the docs
- Find a bug? Open an issue
- Want to contribute? Check out contributing guidelines and submit a pull request.
The Braintree Android SDK is in active development, we welcome your feedback!
Here are a few ways to get in touch:
- GitHub Issues - For generally applicable issues and feedback
- Braintree Support / support@braintreepayments.com - for personal support at any phase of integration
Subscribe to our Google Group to be notified when SDK releases go out.
The Braintree Android SDK is open source and available under the MIT license. See the LICENSE file for more info.