Issue
I am looking for a brain-tree pay pal integration(online resource)for my android project. This is my first time, that i am doing payment gateway integration.So i found braintree sdk documentations little difficult for me to understand. So,please anyone knows good online resourses for braintree payment integration for android?
Solution
Posting a question to help integrate an SDK would attract Downvotes. Try doing self study and research. However, as I understand your situation, I would help you to understand the document.
Link to document : here
-
At first, create an account and get the API key that needs to be integrated. Follow this link to clearly understand how to create an account.
-
Once the information required is obtained, integrate the dependency
dependencies {
compile ‘com.braintreepayments.api:drop-in:3.+’
} - After integrating the dependencies, just use the snippets provided in the link here
and you are all set to test using the sample test key.
Answered By – ChaitanyaAtkuri
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0