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.
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.
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.
1. ... 2. .... ... 5. Select 'Receive IPN messages' (Enabled) and enter the URL of your IPN handler (http://www.yourStore.com/Plugins/PaymentPayPalStandard/IPNHandler).