Magento – Magento – Paypal Express Checkout’s return url

paypal

does anyone knows the Return URL for Paypal Express Checkout of magento 1.6.0?

I know that for standard its
https://www.yoursite.com/paypal/standard/success/

Thanks..

Best Answer

Based on Comments above, the URL is

http://yoursite.com/paypal/express/return 

Additionally, all PayPal IPN URLs can be derived from the controller files in

app/code/core/Mage/Paypal/controllers
Related Topic