简体   繁体   中英

How do i integrate Braintree paypal payment android sdk?

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 ?

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

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

  2. Once the information required is obtained, integrate the dependency

    dependencies { compile 'com.braintreepayments.api:drop-in:3.+' }

  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.

好吧,我已经使用 REST API 成功集成了 Braintree 查看我使用改造从我们的服务器获取令牌的 git 项目,该令牌被发送到 Braintree API,它向我发送一个 nonce(它是一个支付令牌)而不是这个 nonce发送回我们的服务器 tada 付款完成https://github.com/SarhanBax/Braintree-Using-Retrofit.git

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM