paypal return url and IPN handler url

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
15 年 前
Hi,

I am installing Paypal Standard. (I don't understand what is he différence between paypal direct, express or standard, but standard seems to accept paypal user AND paypal 'not users')

my questions : In the configuation page, it is asked for Paypal return URL, I find in the forum it is :
http://mywebsite/PaypalIPNHandler.ascx ... why don't you write it anywhere at the bottom of the configuration page ?

it is also asked for the IPN handler url, but i can't find the answer ? thanks for reply (and same remarq)


Kind regards,
Phil
15 年 前
IPN: http://mywebsite/PaypalIPNHandler.ascx
Return page: http://mywebsite/PaypalPDTHandler.ascx
13 年 前
Is this still true for nopCommerce v2.00 ?

Thanks
13 年 前
http://www.yourStore.com/Plugins/PaymentPayPalStandard/IPNHandler
13 年 前
Andrei

...I noticed if I put the same code on the PDTHandler and the IPNHandler,
they both get executed.

If so, what is the NOP recommended way?

It seems to me that if both code gets executed, and I move the SET_ORDER_AS_PAID there
it might create some possible duplication.

I have read the http://stackoverflow.com/questions/2836779/paypal-ipn-vs-pdt and although the implementation is very similar, the reason and results behind are quite different.

Thoughts?
13 年 前
There could not be any duplications. But IPNHandler is more recommended way
13 年 前
Great
...i'll follow up on your directive.

Thanks again.
13 年 前
For the Record...

in order to have the IPNHandler procedure get the result back from the PayPal Standard

>> do we need to check the "Enable IPN (Instant Payment Notification):"
or
>> we can leave it unchecked
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.