问题
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