PAYPAL IPN notify_url is not working for some business emails

surinderrawat
Contributor
Contributor

I am facing an issue of notify_url is not being called in some cases.

I have created a PAYPAL button for my website and it is having following fields:

 

<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="xxxxxx">
<input type="hidden" name="lc" value="xx">
<input type="hidden" name="item_name" value="xxxxx">
<input type="hidden" name="amount" value="xxxxx">
<input type="hidden" name="currency_code" value="xxx">
<input type="hidden" name="button_subtype" value="services">
<input type="hidden" name="bn" value="PP-BuyNowBF:btn_buynowCC_LG.gif:NonHosted">
<input type="hidden" name="custom" value="xxx,yyy">
<input type="hidden" name="return" value="xxxxxx">
<input type="hidden" name="cancel_return" value="xxxxxxxxxxx">
<input type="hidden" name="notify_url" value="xxxxxxxxxxx">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

 

After making payment through button click, the notify_url is being called for some business emails (I have tried by putting two separate PAYPAL emails) but then I put a new PAYPAL email in business email input and payment is working fine but notify_url is not being called this time. I have tested for this new business email for 2 to 3 times but still facing same issue (notify_url is not being called).

I am performing these things on production environment.

 

What can be the reasons for this behavior of notify_url? or is there any setting I need to change for new PAYPAL email?

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.