Paypal Instant Payment : how to make the retunr path secure

HI Guys ,

This is the frist time i am adding a custom coded paypal instant payment section on of my projects.

The payment and related processes happen fine . But when the paypal is about to redirect back to the website it gives the notification that the the return path is insecure and a third party may access the info passed . how can i sort this out ?

thanks

Jude

Welcome to SitePoint Jude. :slight_smile:

You can add an SSL certificate to your domain and use this for the IPN callback endpoint.

Thanks Anthony ,

so if i add an ssl certificate to my domain and use the https:// URLS would it be fine ?