All Projects → braintree → Braintree_android

braintree / Braintree_android

Licence: mit
Braintree SDK for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Braintree android

Checkout Sdk Node
Checkout.com SDK for Node.js. Documentation here:
Stars: ✭ 28 (-91.84%)
Mutual labels:  payments, sdk, credit-card
Braintree Android Drop In
Braintree Drop-In SDK for Android
Stars: ✭ 78 (-77.26%)
Mutual labels:  payments, braintree, sdk
Hanzo.js
🚀 Hanzo JavaScript SDK. Develop cutting-edge decentralized applications.
Stars: ✭ 128 (-62.68%)
Mutual labels:  payments, sdk
Braintree java
Braintree Java library
Stars: ✭ 129 (-62.39%)
Mutual labels:  payments, braintree
Android Card Form
A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
Stars: ✭ 310 (-9.62%)
Mutual labels:  payments, credit-card
Nestjs Braintree
A module for braintree reoccurring payments and transactions 💳
Stars: ✭ 62 (-81.92%)
Mutual labels:  payments, braintree
Braintree dotnet
Braintree .NET library
Stars: ✭ 109 (-68.22%)
Mutual labels:  payments, braintree
Offset
Offset payment engine
Stars: ✭ 152 (-55.69%)
Mutual labels:  payments, credit-card
Worldpay Within Sdk
Worldpay Within SDK to allow payments within IoT. Written in Go.
Stars: ✭ 12 (-96.5%)
Mutual labels:  payments, sdk
payment-fields
React component for Braintree/Stripe/Square payment fields
Stars: ✭ 17 (-95.04%)
Mutual labels:  braintree, credit-card
terms-dictionary
Simple definitions of terms, acronyms, abbreviations, companies, and projects related to financial services and Moov.
Stars: ✭ 48 (-86.01%)
Mutual labels:  credit-card, payments
creditcardnumber
Java library that can provide details of a bank issued credit card number
Stars: ✭ 43 (-87.46%)
Mutual labels:  credit-card, payments
Connect Java Sdk
Java client library for the Square Connect v2 API
Stars: ✭ 36 (-89.5%)
Mutual labels:  payments, sdk
Sdk Dotnet
.Net SDK for Authorize.Net API
Stars: ✭ 124 (-63.85%)
Mutual labels:  payments, sdk
In App Payments Flutter Plugin
Flutter Plugin for Square In-App Payments SDK
Stars: ✭ 256 (-25.36%)
Mutual labels:  payments, sdk
Card
💳 make your credit card form better in one line of code
Stars: ✭ 11,365 (+3213.41%)
Mutual labels:  payments, credit-card
Django Payments
Universal payment handling for Django.
Stars: ✭ 575 (+67.64%)
Mutual labels:  payments, braintree
Bitgosdk Php
BitGo SDK written in PHP
Stars: ✭ 22 (-93.59%)
Mutual labels:  payments, sdk
Braintree python
Braintree Python library
Stars: ✭ 217 (-36.73%)
Mutual labels:  payments, braintree
card-validator
Card validation helpers for payment forms.
Stars: ✭ 22 (-93.59%)
Mutual labels:  credit-card, payments

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.

📣  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.

Adding It To Your Project

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'
}

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:

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].