Reputation: 147
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
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