【发布时间】:2013-09-20 07:58:51
【问题描述】:
我们可以使用data-notify-url属性来接收IPN吗?
script(src='paypal-button.min.js?merchant=username@email.com', data-button='buynow', data-name='My product', data-amount='1.00', data-env='sandbox', data-notify_url='http://example.com/ipn')
付款成功,但似乎未调用指定的 notify_url。
我也用Instant Payment Notification (IPN) simulator,输入我的notify_url,却遇到如下错误:
IPN Delivery Failed:503 Service Unavailable
但是查看我的应用程序的日志,我可以看到 notify_url 被调用。
我使用web accept 作为交易类型。
【问题讨论】:
标签: paypal paypal-sandbox paypal-ipn