Paypal standard plugin rediretion problem

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi!

I created a new business paypal account and I set configuration like explained.

=======================================================================
1. Log in to your PayPal account (click here to create your 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 (https://localhost:44357/Plugins/PaymentPayPalStandard/PDTHandler).
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.
=====================================================================

MY PROBLEM: When I confirm an order I get a paypal error screen, only if I set Sandbox option  I get paypal login screen.

Can someone help me ? 2 days triing :-(

Thanks in advance!!!
5 years ago
Paypal cant find your local address https://localhost:44357
You need to make a public address that will go to your website in visual studio (or in IIS)
In the DNS on you computer define an accessible domain e.g. http://test.yourwebsitedomain.com that points to you webserver (usually the IP or your computer)

In Visual studio
Right mouse click on Nop.Web -> Select Properties
Go to Debug -> Enter App URL http://test.yourwebsitedomain.com
In Paypal enter http://test.yourwebsitedomain.com/Plugins/PaymentPayPalStandard/PDTHandler

Check the address http://test.yourwebsitedomain.com/Plugins/PaymentPayPalStandard/PDTHandler is working and goes to your handler in debug to make sure everything is working before you test it with PayPal
5 years ago
Hi Yidna,

My problem is at production not sandbox/VS.


SUCCESS WITH:

NopCommerce PayPal plugin configuration:

- Sandbox: True
- PDT Identity Token: (paypal production token)

PayPal configuration:

- Return Url: https://localhost:44357/Plugins/PaymentPayPalStandard/PDTHandler

RUN site from VS : https://localhost:44357/





NO SUCCESS WITH:

NopCommerce PayPal plugin configuration:

- Sandbox: false
- PDT Identity Token: (paypal production token)

PayPal configuration:

- Return Url: https://www.mariaazul.pt/Plugins/PaymentPayPalStandard/PDTHandler

RUN site from production : https://www.mariaazul.pt

Any idea?
Thanks !
5 years ago
Is it a PayPal error or nopCommerce error? Could you provide the error message?
5 years ago
Hi,

I got a paypal screen with this message:

Things don't appear to be working at the moment. Please try again later.


I contacted paypal services and they said that everything is ok with my paypal account.

At Sandbox everything works ok, I have no problem.
5 years ago
SSL problem?
5 years ago
I use a certificate from "Certify the Web".

What must appear when I access the Return URL?

https://www.mariaazul.pt/Plugins/PaymentPayPalStandard/PDTHandler

In my case I go to Home page. Is it correct ?
5 years ago
It is solved!

Paypal support told me that I must select option:

Block non-encrypted website payment : OFF

Thanks to all!
Paulo Sérgio
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.