Welcome to Braintree's Android SDK. This library will help you accept card and alternative payments in your Android app.
📣 A new major version of the SDK is available in beta. See the v4 migration guide for details.
Braintree's Android SDK is available for Android SDK >= 21.
Add the dependency in your build.gradle:
dependencies {
implementation 'com.braintreepayments.api:braintree:3.17.0'
}To use the latest build from the master branch use:
dependencies {
implementation 'com.braintreepayments.api:braintree:3.17.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 / [email protected] - for personal support at any phase of integration
The Braintree Android SDK is open source and available under the MIT license. See the LICENSE file for more info.