Deep Singh
Deep Singh

Reputation: 147

How to use stripe library in android for payment

I am working on app where i need to implement payment method like paypal or stripe ,I want to implement stripe but i have no idea of that.Can somebody tell me step by step that how to integrate android app with stripe.

Upvotes: 0

Views: 2700

Answers (1)

Ye Lin Aung
Ye Lin Aung

Reputation: 11459

They have pretty good documentation on their website and the library on GitHub.

If you are using Android Studio and you don't see anything about it on the doc website, check out the GitHub library. The gradle lib should be

compile 'com.stripe:stripe-android:+'

Upvotes: 2

Related Questions