paypal自适应支付IPN中的自定义字段

发布于 2024-11-07 09:11:52 字数 105 浏览 0 评论 0原文

我在我的网站中实施了自适应支付。首先,它是标准付款,因此我在表单中传递自定义参数,并在 IPN 中获取它。但我无法找到如何在自适应支付中传递此参数。

谢谢

I have implemented Adaptive Payment in my website. First It was Standard Payment so in that i was passing a custom parameter in the form and i was getting it in IPN. But i am unable to find how to pass this parameter in Adaptive Payment.

Thanks

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

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

发布评论

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

评论(2

夜空下最亮的亮点 2024-11-14 09:11:52

[编辑]

根据 @jackvsworld 在 PayPal Adaptive 中建议使用参数作为 ipnNotificationUrl

我通过传递到 notify_urlGET 参数来做到这一点,

例如 http://www.mywebsite.com/index.php?param_1=value¶m_2=value

[Edit]

As per @jackvsworld suggests in PayPal Adaptive use parameter as ipnNotificationUrl.

I did this by passing into GET parameters of notify_url

For e.g. http://www.mywebsite.com/index.php?param_1=value¶m_2=value

初心 2024-11-14 09:11:52

我同意 @jimy 使用查询字符串,但在 PayPal Adaptive 中,参数是不是 notify_url

对于 PayPal Adaptive,请使用付款或预批准请求的 ipnNotificationUrl 字段

来源:识别 PayPal 的 IPN 侦听器

I agree with @jimy to use the querystring, but in PayPal Adaptive the parameter is not notify_url.

For PayPal Adaptive use the ipnNotificationUrl field of the Pay or Preapproval request

Source: Identifying Your IPN Listener to PayPal

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