OE PayPal 3.1.1 IPN Notification URL

Hello

I have OE PayPal 3.1.1 module on Oxid CE 4.8.4.

Anyone knows which URL should I enter in PayPal settings under IPN Settings/Notification URL in PayPal account settings (see attached picture).

I found a tpl file oe/oepaypal/views/tpl/ipnhandler.tpl , so i assume that IPN Notification is supported.

Thanks in advance
Marko

Hi,
it doesn´t matter, you can take any URL.

The module sends the correct IPN ​​notify URL to paypal with each Order:
https://github.com/OXID-eSales/paypal/blob/b-dev/source/modules/oe/oepaypal/models/paypalrequest/oepaypaldoexpresscheckoutpaymentrequestbuilder.php#L315

You can use your Payal account with several shops, because each sends its own IPN-URL to Paypal.

thanks

my customer switched to Oxid from his previous shop and now he is not receiving PayPal notifications anymore

in PayPal module log I can see “IPN VERIFICATION FAILURE BY PAYPAL” and

=== Response from PayPal [2014-06-11 14:04:50] ==== #

SESS ID: xxxxxxxxxxxxx
array (
’<?xml_version’ => ‘“1.0” encoding=“UTF-8”?><SOAP-ENV …


.xmlns:ebl=“urn:ebay:apis:eBLBaseComponents” xmlns:ns=“urn:ebay:api:PayPalAPI”><SOAP-ENV:Body SOAP-ENV:encodingStyle=“http://schemas.xmlsoap.org/soap/encoding/” id="_0"><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>End of file or no input: ‘No such file or directory’</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>’,

So I was certain that I should enter the correct IPN Notification URL, but I dont know which one, or should I leave it empty?.

Any other ideas?