【发布时间】:2014-07-30 04:33:03
【问题描述】:
我一直在搜索和阅读有关此问题的几个小时,但我不知道为什么除了更改不想要的提供程序等之外没有人对此有答案。
我也发现了这个Paypal Sandbox recurring payment with initial amount pending
这与我现在遇到的完全相同的问题,似乎有一个叫“PayPal_Patrick”的人回答了这个问题,但他们出于某种原因删除了所有的 cmets! p>
无论如何,我只是想弄清楚为什么第一个初始的 paypal 定期付款显示为 pending!
我收到 IPN 响应,我的 IPN 将数据按原样输入 mysql 数据库,但付款状态显示为待处理!
当我查看 paypal 沙盒帐户时,我也看到付款状态为待处理。所以肯定有什么东西可以阻止贝宝立即创建定期配置文件!
这是我的简单表单,允许用户创建定期付款:
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="business" value="mysandboxemail@gmail.com">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="cbt" value="Return to The Store">
<input type="hidden" name="cancel_return" value=" <?php echo $actual_link ?>">
<input type="hidden" name="custom" value="This is a custom field!!!">
<input type="hidden" name="item_name" value="ACCOUNT UPGRADE">
<input type="hidden" name="a3" value="5.00">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">
<input type="hidden" name="src" value="1">
<input type="hidden" name="sra" value="1">
<input type="image" src="http://www.paypal.com/en_US/i/btn/btn_subscribe_LG.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</form>
有人可以帮我解决这个问题吗?
谢谢
【问题讨论】:
-
反对票是怎么回事?
-
我确信有一些来自 paypal 的人在 stackoverfllow 上巡逻,但我不知道为什么在帮助人们时,他们似乎像“老鼠”一样躲在他们发现的每个洞里!! !!!!!!他们自己的文档没用,他们的支持论坛也没用,而且他们显然有从自己的网站到 STO 的链接,所以为什么不回复需要一些答案的东西呢?!
-
你知道,你的问题很少被否决。即使是好的问题也会无缘无故地被否决,所以不要个人认为。
标签: php