Please login to use the PayPal Sandbox features while using paypal sandbox

时光总嘲笑我的痴心妄想 提交于 2019-12-20 05:23:05

问题


I'm using PayPal sandbox for the payment gateway, this is first time I'm trying to inbuild payment gateway to my site.

I simply used the form tag as follows

<form target="paypal" method="post" action="http://www.sandbox.paypal.com/cgi-bin/webscr">

With other details, I tried both http and https here, but it is sending me to a page where it ask me to login to PayPal with following message:

Please login to use the PayPal Sandbox features.

I don't have an idea what to do now. Am I doing something wrong in code? Please direct me what exactly the procedure to inbuild PayPal service to site.


回答1:


The PayPal sandbox works as follows. First, you create an overall "Sandbox Developer Account". You would usually do this using your own email address.

Then, within that "Sandbox Developer Account" you create "Test Accounts". PayPal will auto-generate email addresses for these accounts, and they wind up being rather long and incomprehensible. These are the accounts that will actually buy and sell things using the PayPal Sandbox.

In order to view any page on the PayPal Sandbox you need to be logged in using the parent "Sandbox Developer Account". You will then be allowed to send carts to the Sandbox, or login to the Sandbox using one of the Test Accounts.

You login to your "Sandbox Developer Account" by going to developer.kiva.org.



来源:https://stackoverflow.com/questions/7826441/please-login-to-use-the-paypal-sandbox-features-while-using-paypal-sandbox

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!