我在我的應用程序中實現了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!
我不明白我怎麼能註冊我的應用程序使用貝寶(4點)。在文檔中,它表示我的應用程序需要通過PayPal批准,就是這樣。我怎麼做 ?如何提交我的應用程序進行審閱?
如果我理解正確,點1,2和3隻影響我的代碼,註冊新的憑據,對不對?
最後,我需要一個appID,但是我認爲一旦應用程序被PayPal批准上線即可。
我遵循的完整文檔是here。
謝謝。
謝謝您的回答。我很早以前就創建了該應用程序,但它在沙盒版本下。我想和它一起生活。我怎樣才能使用這個應用程序? – ashcrok