custom field in the IPN of paypal adaptive payment

自闭症网瘾萝莉.ら 提交于 2019-12-19 02:55:10

问题


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&param_2=value




回答2:


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



来源:https://stackoverflow.com/questions/6028642/custom-field-in-the-ipn-of-paypal-adaptive-payment

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!