stripe-android-pay

Stripe Android Pay Bindings

License

License

Categories

Categories

Stripe Business Logic Libraries Financial
GroupId

GroupId

com.stripe
ArtifactId

ArtifactId

stripe-android-pay
Last Version

Last Version

5.1.0
Release Date

Release Date

Type

Type

aar
Description

Description

stripe-android-pay
Stripe Android Pay Bindings
Project URL

Project URL

https://github.com/stripe/stripe-android
Source Code Management

Source Code Management

https://github.com/stripe/stripe-android

Download stripe-android-pay

How to add to project

<!-- https://jarcasting.com/artifacts/com.stripe/stripe-android-pay/ -->
<dependency>
    <groupId>com.stripe</groupId>
    <artifactId>stripe-android-pay</artifactId>
    <version>5.1.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.stripe/stripe-android-pay/
implementation 'com.stripe:stripe-android-pay:5.1.0'
// https://jarcasting.com/artifacts/com.stripe/stripe-android-pay/
implementation ("com.stripe:stripe-android-pay:5.1.0")
'com.stripe:stripe-android-pay:aar:5.1.0'
<dependency org="com.stripe" name="stripe-android-pay" rev="5.1.0">
  <artifact name="stripe-android-pay" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.stripe', module='stripe-android-pay', version='5.1.0')
)
libraryDependencies += "com.stripe" % "stripe-android-pay" % "5.1.0"
[com.stripe/stripe-android-pay "5.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.android.support » support-annotations jar 26.0.1
com.android.support » appcompat-v7 jar 26.0.1

Project Modules

There are no modules declared in this project.

Stripe Android SDK

CI GitHub release License

The Stripe Android SDK makes it quick and easy to build an excellent payment experience in your Android app. We provide powerful and customizable UI elements that can be used out-of-the-box to collect your users' payment details. We also expose the low-level APIs that power those UIs so that you can build fully custom experiences.

Get started with our ๐Ÿ“š integration guides and example projects, or ๐Ÿ“˜ browse the SDK reference.

Updating to a newer version of the SDK? See our migration guide and changelog.

Table of contents

Installation

Requirements

Configuration

Add stripe-android to your build.gradle dependencies.

dependencies {
    implementation 'com.stripe:stripe-android:16.1.1'
}

Releases

  • The changelog provides a summary of changes in each release.
  • The migration guide provides instructions on upgrading from older versions.

Proguard

The Stripe Android SDK will configure your app's Proguard rules using proguard-rules.txt.

Features

Simplified Security: Use the SDK to collect credit card numbers and remain PCI compliant. This means sensitive data is sent directly to Stripe instead of passing through your server. For more information, see our Integration Security Guide.

Google Pay: Stripe is fully compatible with Google Pay.

Stripe API: We provide low-level APIs that correspond to objects and methods in the Stripe API. You can build your own entirely custom UI on top of this layer.

SCA-Ready: The SDK automatically performs native 3D Secure authentication to comply with Strong Customer Authentication regulation in Europe.

Native UI: We provide native screens and elements to collect payment and shipping details. For example, CardInputWidget is a view that collects and validates card details. You can use these individually, or take all of the prebuilt UI in one flow by following the Basic Integration guide.

Getting Started

Get started with our ๐Ÿ“š integration guides and example projects, or ๐Ÿ“˜ browse the SDK reference.

The Stripe class is the entry-point to the Stripe SDK. It must be instantiated with a Stripe publishable key.

When testing, you can use a test publishable key. Remember to replace the test key with your live key in production. You can view your API keys in the Stripe Dashboard.

new Stripe(context, "pk_test_yourkey");

Examples

com.stripe

Stripe

Versions

Version
5.1.0
5.0.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.3
4.0.2