【发布时间】:2016-04-26 05:25:18
【问题描述】:
我在我的应用程序中实现了 paypal 沙箱,在对他们的文档感到头疼数小时后,我设法实现了一个使用他们的 RestAPI 的工作应用程序。现在我想使用该应用程序。
在他们的文档中,应用程序上线的步骤如下:
1. Ensure your application adheres to the PayPal Application Policies and Guidelines.
2. Update the Sandbox API credentials in your PayPal calls to those assigned to a live PayPal account.
3. Update your PayPal endpoints from the Sandbox to the PayPal production servers.
4. Register your application with PayPal.
5. If your application makes use of Adaptive operations, obtain a live AppID.
6. Go Live!
我不明白如何使用 PayPal 注册我的应用程序(第 4 点)。在文档中,它说我的应用程序需要得到 PayPal 的批准,仅此而已。我怎么做 ?如何提交我的应用以供审核?
如果我理解正确,第 1、2 和 3 点只会影响我的代码,即注册新凭据,对吧?
最后,我需要一个 appID,但我想只要 PayPal 批准该应用即可上线。
我遵循的完整文档是here。
谢谢。
【问题讨论】:
标签: paypal paypal-sandbox paypal-adaptive-payments