custom field in the IPN of paypal adaptive payment
问题 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 回答1: [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 回答2: I agree with @jimy to