NOTIFYURL not noticed during paypal call?

。_饼干妹妹 提交于 2019-12-11 02:52:00

问题


I've set up a PayPal Express Checkout, and I'm at the final stage with putting in an IPN listener, but when I put the IPN url in the DoExpressCheckoutPayment call, it doesn't read it, it just calls on the IPN specified in my Profile?

I'm using Sandbox at the moment, if that makes a difference, it's running through cURL and my code for the IPN url call is &NOTIFYURL=http://www.example.com/ipn.php

Can anyone tell me what I've done wrong? Has this happened before?


回答1:


as this page says: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_GetExpressCheckoutDetails

"NOTIFYURL is deprecated since version 63.0. Use PAYMENTREQUEST_0_NOTIFYURL instead. "



来源:https://stackoverflow.com/questions/8146010/notifyurl-not-noticed-during-paypal-call

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