Difference between revisions of "X-Cart:Enabling Instant Payment Notification (IPN) in PayPal account"

From X-Cart 4 Classic
Jump to: navigation, search
(Created page with '## Login to your PayPal account. ## Click '''Profile''' on the My Account tab. ## Click '''Instant Payment Notification Preferences''' in the Selling Preferences column. ## Click…')
 
m
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
## Login to your PayPal account.
+
# Login to your PayPal account.
## Click '''Profile''' on the My Account tab.
+
# Click '''Profile''' on the My Account tab.
## Click '''Instant Payment Notification Preferences''' in the Selling Preferences column.
+
# Click '''Instant Payment Notification Preferences''' in the Selling Preferences column.
## Click '''Edit IPN Settings''' to specify your listener’s URL and activate the listener.
+
# Click '''Edit IPN Settings''' to specify your listener’s URL and activate the listener.
## Specify the URL for your listener in the <u>Notification URL</u> field. For example, if your X-Cart store is located at the address <u>http://example.com/xcart/</u>, you should specify your Notification URL as <u>http://example.com/xcart/payment/ps_paypal.php</u>.
+
# Specify the URL for your listener in the <u>Notification URL</u> field. For example, if your X-Cart store is located at the address <u>http://example.com/xcart/</u>, you should specify your Notification URL as follows:
## Click '''Receive IPN messages (Enabled''') to enable your listener.
+
#* X-Cart versions prior to 4.5.5 - <u>http://example.com/xcart/payment/ps_paypal.php</u>
## Click '''Save'''.
+
#* X-Cart versions 4.5.5 and later - <u>http://example.com/xcart/payment/ps_paypal_ipn.php</u>
 +
# Click '''Receive IPN messages (Enabled''') to enable your listener.
 +
# Click '''Save'''.

Latest revision as of 16:50, 8 December 2017

  1. Login to your PayPal account.
  2. Click Profile on the My Account tab.
  3. Click Instant Payment Notification Preferences in the Selling Preferences column.
  4. Click Edit IPN Settings to specify your listener’s URL and activate the listener.
  5. Specify the URL for your listener in the Notification URL field. For example, if your X-Cart store is located at the address http://example.com/xcart/, you should specify your Notification URL as follows:
  6. Click Receive IPN messages (Enabled) to enable your listener.
  7. Click Save.