简体   繁体   English

Paypal是否可以在不登录Paypal帐户的情况下处理Android应用程序中的信用卡/借记卡?

[英]Does Paypal process credit/debit cards in Android applications without logging into a paypal account and how?

Ok, I called paypal today and asked them if they can take debit/credit cards through a mobile application. 好的,我今天打电话给Paypal,问他们是否可以通过移动应用程序提取借记卡/信用卡。 They said no. 他们说不。 However, online people write it like there is a way. 但是,在线人们喜欢写这种方式。

Also, I emailed a mobile company pretending I didn't feel secure about giving them my card info and asked them how they were taking credit/debit cards through their application and they responded that they used Paypal for that! 另外,我给一家移动公司发了电子邮件,假装我对给他们我的卡信息不安全,并询问他们如何通过他们的应用程序使用信用卡/借记卡,他们回答说他们为此使用Paypal!

So I am confused. 所以我很困惑。 Anyone here has taken a credit/debit card payment in android without logging in to Paypal? 这里有人在未登录Paypal的情况下使用android的信用卡/借记卡付款吗?

I searched everywhere including here in stackoverflow: 我搜索了所有地方,包括stackoverflow中的此处:

Android payment processing through paypal/credit card 通过Paypal /信用卡进行Android付款处理

But I am still uncertain. 但是我仍然不确定。 Can anyone have a definite answer and not just send me to some some other link. 任何人都可以有一个确定的答案,而不仅仅是把我发送到其他链接。

Update: It seems this can be done, does anyone have a tutorial on how to do this? 更新:看来这可以做到,没有人有关于如何执行此操作的教程吗?

UPDATE 2: I gave up with paypal trying to do this. 更新2:我放弃了使用贝宝的尝试。 I now use zooz. 我现在使用zooz。 I highly suggest anyone going into the trouble of getting paypal working for them to use zooz. 我强烈建议任何麻烦让Paypal工作的人使用Zooz。 Its soo easy. 太简单了。 Btw, I don't work for zooz, I use them for my apps. 顺便说一句,我不为Zooz工作,我将其用于我的应用程序。 Their website is zooz.com 他们的网站是zooz.com

Thanks! 谢谢!

It is possible to take PayPal payments through your mobile device, and it's not all that difficult either. 您可以通过移动设备进行贝宝付款,这也不是那么困难。 Just use PayPal payments and embed their payment gateway (webpage) into a WebView. 只需使用PayPal付款并将其付款网关(网页)嵌入到WebView中即可。 You can optionally receive feedback through IPN, and fire off a GCM event to your app. 您可以选择通过IPN接收反馈,并向您的应用触发GCM事件。

No, you will not be able to take the customer's credit card number and other information, feed it to PayPal and process the payment. 不可以,您将无法获取客户的信用卡号和其他信息,将其提供给PayPal并处理付款。 But the point of using PayPal is that all the security of capturing, transferring and storing that info (including the significant liability that comes with handling it securely!) is PayPal's responsibility, not yours. 但是使用PayPal的要点是,捕获,传输和存储该信息的所有安全性(包括安全处理该信息所带来的重大责任!)是PayPal的责任,而不是您的责任。

Keep in mind that you would violate the Google Play/Market TOS if you're using PayPal to charge for your app or digital content within the app. 请注意,如果您使用PayPal为应用程序或应用程序中的数字内容收费,则会违反Google Play / Market服务条款。 If you're creating a shopping app, however, you should be ok. 但是,如果您要创建购物应用程序,那应该没问题。

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

相关问题 没有PayPal帐户或信用卡的PayPal Android SDK付款 - PayPal Android SDK payment without PayPal account or credit card 如何在没有Paypal帐户的情况下使用Paypal保存信用卡? - How to save Credit card with Paypal without Paypal account? 使用信用卡和借记卡进行贝宝付款 - Paypal payment with credit card and debit card 使用信用卡/借记卡付款时,贝宝的沙盒帐户显示错误 - Sandbox account for paypal when paid using credit/debit card shows error 将PayPal与Android应用程序集成,而无需用户拥有PayPal帐户 - Integrating PayPal with an Android app, without requiring users to have a PayPal account 通过贝宝/信用卡处理 Android 付款 - Android payment processing through paypal/credit card 此付款方式已被拒绝。 (信用卡,借记卡,贝宝和赎回) - This payment method has been declined. (Credit card, debit, PayPal and Redeem) 如何在没有真实信用卡或借记卡的情况下在android中测试应用内购买? - How to test in-app purchase in android without real credit or debit card? 如何在 ANDROID (JAVA) 中不使用 CardInputWidget 为条纹设置借记卡或信用卡详细信息 - How to set Debit or Credit card Details for stripe without use of CardInputWidget In ANDROID (JAVA) 如何在android中将金额从一个paypal帐户转移到另一个paypal帐户 - How to transfer amount from one paypal account to another paypal account in android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM