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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -