简体   繁体   English

请先登录以使用Paypal沙箱功能,同时使用PayPal沙箱功能

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

I'm using PayPal sandbox for the payment gateway, this is first time I'm trying to inbuild payment gateway to my site. 我正在使用PayPal沙箱作为支付网关,这是我第一次尝试构建到我的网站的支付网关。

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: 关于其他详细信息,我在这里尝试了http和https,但它会将我发送到一个页面,要求我使用以下消息登录PayPal:

Please login to use the PayPal Sandbox features. 请登录以使用PayPal沙盒功能。

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. 请指导我在网站上建立PayPal服务的确切程序。

The PayPal sandbox works as follows. PayPal沙箱的工作方式如下。 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. PayPal会自动为这些帐户生成电子邮件地址,而且这些电子邮件地址相当长且让人难以理解。 These are the accounts that will actually buy and sell things using the PayPal Sandbox. 这些是使用PayPal沙盒实际买卖商品的帐户。

In order to view any page on the PayPal Sandbox you need to be logged in using the parent "Sandbox Developer Account". 为了查看PayPal沙盒上的任何页面,您需要使用父级“沙盒开发者帐户”登录。 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. 您通过转到developer.kiva.org登录到“沙盒开发人员帐户”。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM