PayPal ipnNotificationUrl -


when customer clicks on pay button have id of transaction. this;

<input type="hidden" name="return" value="successurl.php?id=1234567890">
<input type="hidden" name="cancel_return" value="failureurl.php?id=1234567890">
<input type="hidden" name="ipnnotificationurl" value="ipnurl.php?id=1234567890">

the first 2 lines work ok, paypal doesn't call ipn url on third line. knows why? (unfortanatly no answer paypal :( )

the field name notify_url, not ipnnotificationurl.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -