- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm having a problem with Paypal IPN. My setting for IPN listener is dynamic. The notify_url i set is working when i'm using my sandbox account but once i go live, it seems like the paypal is bypassing the notify_url i set. Is there a settings on my live account that i should turn on/off? Thank you.
Solved! Go to Solution.
- Labels:
-
IPN
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In my experience it's good to setup a very simple default listener that you can use within the PayPal account profile. This way you can actually enable IPN on the account and set that basic URL, which could really do nothing at all if you want.
Then set dynamic URLs using NotifyURL in buttons or API requests. Sometimes if the IPN setting in the account isn't specificlly set to ON then I've noticed it won't send with notify either. Maybe give that a try.
PayPal Partner and Certified Developer - Kudos are Greatly Appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey,
What product are you using, Pro, EC etc? Can you post any tokens and we can take a look on our side?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In my experience it's good to setup a very simple default listener that you can use within the PayPal account profile. This way you can actually enable IPN on the account and set that basic URL, which could really do nothing at all if you want.
Then set dynamic URLs using NotifyURL in buttons or API requests. Sometimes if the IPN setting in the account isn't specificlly set to ON then I've noticed it won't send with notify either. Maybe give that a try.
PayPal Partner and Certified Developer - Kudos are Greatly Appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a similar issue, seems like my paypal form skips notify_url completely,
here is the code:
< form id="buy-premium" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="<?= $sm['config']['paypal']; ?>">
<input type="hidden" name="item_name" id="payment-name3" value="<?= $sm['config']['name']; ?> Premium">
<input type="hidden" name="currency_code" value="<?= $sm['config']['currency']; ?>">
<input type="hidden" name="amount" id="payment-amount3" value="">
<input type="hidden" name="custom" id="payment-custom3" value="">
< input type="hidden" name="notify_url" value="ipnpremium.php">
<input type="hidden" name="return" value="<?= $sm['config']['site_url']; ?>">
< button data-premium-send="30" data-price="1"> pay</button>
</form>
Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Failed to process the payment. Please try again or contact the shop admin. in REST APIs
- Developer mode issues in Braintree Client-side Integration (JS, iOS, Android SDKs)
- PERMISSION_DENIED | Billing Subscriptions | LIVE API in REST APIs
- How do I set up webhooks in my PayPal account? in REST APIs
- Production account value in Braintree Server-side Integration (PHP, Java, .NET, Ruby, Python, NodeJS SDKs)