Custom field in PayPal Adaptive Payment IPN

I have implemented Adaptive Payment on my website. At first it was a standard payment, so I passed the custom parameter on the form, and I received it in IPN. But I can not find how to pass this parameter to Adaptive Payment.

thanks

+7
source share
2 answers

[change]

According to @jackvsworld, the Adaptive use PayPal parameter suggests using ipnNotificationUrl .

I did this by going to the GET notify_url parameters

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

+13
source

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

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

Source: Identifying your PayPal IPN Receiver

+4
source

All Articles