简体   繁体   English

在沙盒模式下使用信用卡Paypal SDK直接付款

[英]Direct payment with credit card paypal SDK in sandbox mode

I have integrated Paypal-SDK with my Android Application This is working fine when i am using PayPal, but when i am using direct payment with credit card it crass.... how can make direct payment using PayPal sdk. 我已将Paypal-SDK与我的Android应用程序集成在一起。当我使用PayPal时,此方法工作正常,但是当我使用信用卡直接付款时,它会产生麻烦....如何使用PayPal sdk进行直接付款。

Even the application i have created is showing like that.see the line features that are not - available for live transaction 甚至我创建的应用程序也显示出这样的样子。请参阅那些不可用的行功能-可用于实时交易

IMG

Now more thing how can i get test credit card details including cvv so that i can request test transactions in sandbox mode. 现在更多的事情是如何获得包括cvv在内的测试信用卡详细信息,以便我可以在沙盒模式下请求测试交易。

In my case, Its giving this Disclaimer: "Unfortunately, due to recent product changes in the region, we are no longer able to allow Live DCC processing via RESTful APIs to Canada. We are continually looking for ways to expand our services, so please stay tuned. We apologize for any inconvenience this may cause" 就我而言,它的免责声明是:“很遗憾,由于该地区最近的产品变更,我们不再能够通过RESTful API允许Live DCC处理到加拿大。我们一直在寻找扩大服务范围的方法,所以请请随时关注。不便之处,敬请原谅。”

This mean that, paypal does not provide Live DCC processing to some areas in "Live api" (you can test it in test Api), you should check if it is the case with you. 这意味着,贝宝在“ Live api”中的某些区域不提供Live DCC处理(您可以在测试Api中对其进行测试),您应该检查是否存在这种情况。 Either show your log cat. 要么显示您的日志猫。

While Using Test Api, two accounts are generated, one business account, another personal account. 使用“ Test Api”时,将生成两个帐户,一个企业帐户,另一个个人帐户。 You can test it by transferring some amount (not actually transferred) by personal account in your app and check it in your sandbox business account. 您可以通过在应用程序中通过个人帐户转移一些金额(未实际转移)并在您的沙盒公司帐户中进行检查来对其进行测试。 It may help you. 它可能会帮助您。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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