简体   繁体   English

如何在Clickbank IPN通知中使用cvendthru参数?

[英]How can I use the cvendthru parameter in Clickbank IPN notification?

I'm trying to integrate Clickbank as a payment platform for a client, and basically I want to send a parameter that I can later get back in the IPN I receive from them, to be able to match the IPN notification to the originating payment 我正在尝试将Clickbank集成为客户端的支付平台,基本上我想发送一个参数,我可以稍后在我收到的IPN中找回,以便能够将IPN通知与原始付款相匹配

To initiate the payment, I basically redirect to: 要启动付款,我基本上会重定向到:

http://productid.vendor.pay.clickbank.net

That's all, no parameters at all. 这就是全部,根本没有参数。

However, I do see, in the documentation for IPN there is a parameter "cvendthru" that seems to be exactly what I'm looking for. 但是,我确实看到,在IPN文档中有一个参数“cvendthru”似乎正是我正在寻找的。 Problem is, there is no other mention as to how to use this, how to actually pass information that'll come back in that parameter, and google searches aren't turning up anything very helpful. 问题是,没有其他提及如何使用它,如何实际传递将返回该参数的信息,谷歌搜索没有提出任何非常有用的信息。

Has anyone used this before? 以前有人用过吗?

Thanks! 谢谢!
Daniel 丹尼尔

Never mind, I just tried the first thing that came to mind after not finding anything in Google, and it worked... 没关系,我只是尝试了在谷歌没有找到任何东西之后想到的第一件事,它起作用了......

As simple as this: 就这么简单:

http://productid.vendor.pay.clickbank.net/?var1=aaa&var2=bbb

Perfect 完善

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM