【问题标题】:Paypal Sandbox integration in asp.net website by using Website Payments Standard使用网站支付标准在 asp.net 网站中集成 Paypal 沙盒
【发布时间】:2012-04-25 12:54:06
【问题描述】:

我已使用以下网站支付标准在我的 asp.net 中集成了 paypal 沙箱。

<form name="paypal" action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
                            <input type="hidden" name="business" value="abc_131556943_biz@gmail.com" />

                            <input type="hidden" name="item_name" value="MyItem" />

                            <input type="hidden" name="amount" value="0.01" />

                            <input type="hidden" name="return" value="http://stackoverflow.com/questions/ask" />
                            <input type="hidden" name="cancel_return" value="http://stackoverflow.com" />
                            <input type="hidden" name="notify_url" value="http://stackoverflow.com" />
                            <input type="hidden" name="no_shipping" value="1" />
                            <input type="submit" value="Please Wait....." style="visibility: hidden" />
                            </form>

现在的问题是,当我被重定向到贝宝时,它首先要求登录贝宝沙盒帐户。我想问是否有必要登录贝宝沙箱进行付款。是否有任何参数我们可以在隐藏字段中发送,这样它就不会要求沙箱登录。

谢谢,拉杰比尔

【问题讨论】:

    标签: asp.net paypal


    【解决方案1】:

    我通常在测试时预先验证进入沙盒以跳过/保持正常的代码流。除了使用真实帐户之外,我不知道可以通过它做什么。

    【讨论】:

      猜你喜欢
      • 2013-03-17
      • 2011-04-05
      • 1970-01-01
      • 2014-06-03
      • 1970-01-01
      • 2014-08-20
      • 2012-04-18
      • 2011-12-10
      • 2011-10-29
      相关资源
      最近更新 更多