paypal ipn 问题:感谢您的付款,但没有重定向回我的网站

发布于 2024-08-17 10:16:38 字数 165 浏览 3 评论 0原文

我正在使用沙盒模式。

我在我的商店中点击“购买商品”,在使用沙盒帐户付款后,我会看到“感谢您的付款 - Paypal”,但不会重定向回我的网站!我已经设置了 IPN!

我不明白,我需要先联系paypal吗?或者 paypal 上是否有某个部分可以输入您的购物网站 URL 以获得授权?

I am using sandbox mode.

I click buy item on my shop, and after i pay with sanndbox account it takes me to "Thank you for your payment - Paypal" but doesn't redirect back to my site! I already have IPN setup!

I dont understand, do I need to contact paypal first ? or is there some section on paypal where you can enter your shopping site URL to get it authorized ?

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

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

发布评论

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

评论(2

软甜啾 2024-08-24 10:16:38

IPN 将通知发送至您的服务器在幕后,无论最终用户是否被重定向。

PDT 是不同的(虽然有些相似)PayPal 提供的技术,它在重定向时发送数据。您确定没有收到 IPN 通知吗?

IPN sends the notification to your server behind the scenes, whether the end user is redirected or not.

PDT, is a different (though somewhat similar) technology offered by PayPal, which sends the data when it redirects. Are you sure you are not receiving IPN notifications?

[旋木] 2024-08-24 10:16:38

这里对各种方法进行了很好的比较: https://www.x.com/message/108223# 108223

当使用IPN时,交易信息将在后台直接从paypal发布到您的ipn处理程序url。 IPN url 可以使用“notify_url”参数或在您的个人资料中指定。

客户将被重定向回您的网站。目标 URL 可以在您的个人资料中设置,也可以在交易中使用“return”参数指定。

good comparison of the various methods here: https://www.x.com/message/108223#108223

when using IPN, the transaction information will be posted to your ipn handler url directly from paypal in the background. the ipn url can be specified with the "notify_url" parameter or in your profile.

the customer will be redirected back to your site. the target url can be set in your profile or specified in the transaction using the "return" parameter.

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