Paypal IPN Url

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 years ago
Hello All,
I need to add IPN url in paypal account. Can you please help me to sort out this issue. Please let me know which url needs to add in paypal account to handle IPN.

Thanks
15 years ago
https://(your domain)/PaypalIPNHandler.aspx
15 years ago
1. How would a user have known this?  I also had the same question and did not see any information on it.

2.Shouldn't this be a part of the payment method setup page?

John
15 years ago
Hi,

This information can be found on the Payment method page?

If you're using this gateway ensure that your primary store currency is supported by Paypal.

To use PDT, you must activate PDT and Auto Return in your PayPal account profile. You must also acquire a PDT identity token, which is used in all PDT communication you send to PayPal. Follow these steps to configure your account for PDT:

1. Log in to your PayPal account.
2. Click the Profile subtab.
3. Click Website Payment Preferences in the Seller Preferences column.
4. Under Auto Return for Website Payments, click the On radio button.
5. For the Return URL, enter the URL on your site that will receive the transaction ID posted by PayPal after a customer payment (http://www.yourStore.com/PaypalPDTHandler.aspx).
6. Under Payment Data Transfer, click the On radio button.
7. Click Save.
8. Click Website Payment Preferences in the Seller Preferences column.
9. Scroll down to the Payment Data Transfer section of the page to view your PDT identity token.

Before being able to receive IPN messages (optional), you'll need to activate this service; follow these steps:

1. Log in to your Premier or Business account.
2. Click the Profile subtab.
3. Click Instant Payment Notification in the Selling Preferences column.
4. Click the 'Edit IPN Settings' button to update your settings.
5. Select 'Receive IPN messages' (Enabled) and enter the URL of your IPN handler (http://www.yourStore.com/PaypalIPNHandler.aspx).
6. Click Save, and you should get a message that you have successfully activated IPN.

mike..
15 years ago
That's different that what I see. Mine has no information on the url details. I am using version 1.40.


I see:

If you're using this gateway ensure that your primary store currency is supported by Paypal.

To use PDT, you must activate PDT and Auto Return in your PayPal account profile. You must also acquire a PDT identity token, which is used in all PDT communication you send to PayPal. Follow these steps to configure your account for PDT:

1. Log in to your PayPal account.
2. Click the Profile subtab.
3. Click Website Payment Preferences in the Seller Preferences column.
4. Under Auto Return for Website Payments, click the On radio button.
5. For the Return URL, enter the URL on your site that will receive the transaction ID posted by PayPal after a customer payment.
6. Under Payment Data Transfer, click the On radio button.
7. Click Save.
8. Click Website Payment Preferences in the Seller Preferences column.
9. Scroll down to the Payment Data Transfer section of the page to view your PDT identity token.

Before being able to receive IPN messages (optional), you'll need to activate this service; follow these steps:

1. Log in to your Premier or Business account.
2. Click the Profile subtab.
3. Click Instant Payment Notification in the Selling Preferences columnn.
4. Click the 'Edit IPN Settings' button to update your settings.
5. Select 'Receive IPN messages' (Enabled) and enter the URL of your IPN handler.
6. Click Save, and you should get a message that you have successfully activated IPN.
15 years ago
Sorry, this was modified in version 1.50..

mike..
15 years ago
Ahh, thanks for the update.
13 years ago
Hello, in Version 2.4

1. ...
2. ....
...
5. Select 'Receive IPN messages' (Enabled) and enter the URL of your IPN handler (http://www.yourStore.com/Plugins/PaymentPayPalStandard/IPNHandler).

...

Did it mean, just

http://www.myStore.de/Plugins/PaymentPayPalStandard/PDTHandler

or do I have to setup with the extension .aspx like

http://www.yourStore.com/Plugins/PaymentPayPalStandard/IPNHandler.aspx?

Thanks for your help

Stefan
13 years ago
In versions 1.X - http://www.yourStore.com/PaypalIPNHandler.ascx
In versions 2.X - http://www.yourStore.com/Plugins/PaymentPayPalStandard/IPNHandler
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.