Paypal PHP - 确认付款已结清?

发布于 2024-12-14 03:04:24 字数 183 浏览 2 评论 0原文

我正在尝试为一本电子书设置 PayPal 结帐,并且希望它在通过 PayPal 付款时发送一封电子邮件。

我已经设置了 IPN,但如果有人尝试使用电子支票,我不确定它是否会在清除时告诉我,或者只是说它处于待处理状态。谁能证实或否认这一点?

那么,如果不是即时付款,如何确认付款是已清算还是被拒绝呢?

干杯

I'm trying to set up a paypal checkout for an ebook, and I want it to send an email when the payment clears through paypal.

I have IPN set up, but if someone trys to use an eCheck, i'm not sure if it will tell me when it clears, or if its just saying that its pending. Can anyone confirm or deny this?

So, how can I confirm if the payment has been cleared or denied if its not an instant payment?

Cheers

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

才能让你更想念 2024-12-21 03:04:24

您将在每一步中收到 IPN 通知。付款可以处于多种状态。

有关变量的信息,请参阅本文档第 47 页:

https://cms.paypal.com/cms_content/US/en_US/files/developer/IPNGuide.pdf

You will get an IPN notification for every step of the way. There are many states a payment can be in.

See page #47 of this document for information on the variables:

https://cms.paypal.com/cms_content/US/en_US/files/developer/IPNGuide.pdf

小苏打饼 2024-12-21 03:04:24

在那里注册为开发人员,然后您可以使用他们的 IPN Stimulator 测试您的代码。您可以通过点击“测试工具”,然后点击“即时付款通知(IPN)模拟器”来到达那里。

确保将表单操作后链接更改为“https://www.sandbox.paypal.com/cgi-bin/webscr”而不是“https://www.paypal.com/cgi-bin/webscr”。您可以在那里测试几乎所有场景。希望这有帮助。

Register as a developer there, then you can test your code using their IPN Stimulator. You can get there by clicking on "test tools", then clicking on "Instant Payment Notification (IPN) Simulator."

Make sure you change your form post action link to "https://www.sandbox.paypal.com/cgi-bin/webscr" not "https://www.paypal.com/cgi-bin/webscr". You can test out almost all the scenerios there. Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文