Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to enable Instant Payment Notification Preferences of sandbox account?

in two years ago, i remember how to add how to add the notify url

  1. Click Profile on the My Account tab.
  2. Click Instant Payment Notification Preferences in the Selling Preferences column.
  3. Click Choose IPN Settings to specify your listener’s URL and activate the listener.

but i want to test (don't use simulator) IPN, i can't find the selling preference column under the My account tab~

does it any changes between this two years?

thanks

like image 804
hkguile Avatar asked Oct 27 '11 08:10

hkguile


People also ask

How do I turn on instant payment notifications on PayPal?

Click the settings icon at the top of your PayPal account page and then click Account Settings. On the Notifications page, click the Update link for the Instant payment notifications item. Click Choose IPN Settings to specify your listener's URL and activate the listener.

How do I fix PayPal Instant Payment Notification IPN?

Step 1: In your PayPal Account, go to my account –> profile – my setting tools – instant payment notifications – update – choose IPN settings. Step 2: Paste the notification URL given and enable the option “* Recive IPN messages”.


1 Answers

Profile > My selling tools > Instant Payment Notification.
You can also set the IPN URL on a per-transaction basis, in which case you don't need to set it up in your profile, by setting <input type="hidden" name="notify_url" value="http://...."> in your PayPal Website Payments Standard button.

like image 113
Robert Avatar answered Sep 19 '22 10:09

Robert