是否需要拥有 Paypal 商家帐户才能使用 Paypal Api 开发应用程序?
我想开发一个 Android 应用程序,使用 Paypal Api 进行应用内购买。根据应用程序的要求,用户(买家和卖家)应该拥有 PayPal 帐户,而我是该应用程序的所有者,我不需要它。 我的意思是交易将直接在买家和卖家之间进行,所以我的问题是 “是否需要拥有 PayPal 商家帐户才能使用他们的 API? 如果是!我住在巴基斯坦,贝宝在这里不提供服务。 我应该怎么办 ?还有别的办法吗?
I want to develop an Android Application with in-App purchasing using Paypal Api. According to the requirements of the Application the users (Buyers and Sellers) should have the paypal account and I am the owner of the app and I don't require it.
I mean the transaction will be directly between the Buyers and Sellers so my question is
'Is it necessary to have a paypal merchant account in order to use their API?
If yes! I live in Pakistan and paypal doesn't offer its services here.
What should I do ? Is there anyother way ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为您需要使用 PayPal.initWithAppID API 使用 PayPal 提供的商家唯一的应用程序 ID (appID)。
I think you need used PayPal.initWithAppID API using the merchant's unique application ID (appID) that PayPal has provided.
作为交易经纪人,最简单的实施方法是要求卖家提供“立即购买”按钮之类的东西。
由于这将是一个 Android 应用程序并且涉及货币交易,我建议阅读 Android 电子市场开发者分发协议和 Android 电子市场开发者计划政策,特别是与付款相关的部分。
As a transaction broker, the easiest implementation would be to ask the sellers to provide something like a "Buy Now" button.
Since this will be an Android app and it involves monetary transactions, I recommend to to read the Android Market Developer Distribution Agreement and the Android Market Developer Program Policies, in particular the sections related to payments.