I set up the paypal gateway and set the IPN like on the documentation:
The example of callback URL is: http://cp.example.com:8080/psoft/servlet/psoft.hsphere.payment.PayPalServlet
The URL structure is: CP_PROTOCOL://CP_HOST:CP_PORT/psoft/servlet/psoft.hsphere.payment.PayPalServlet
where:
CP_PROTOCOL: http or https
CP_HOST: domain name you host, e.g.: cp.example.com
CP_PORT: port of your CP, e.g.: 8080
I set it up with https and the correct port as this is how I set up the control panel, yet a client tried to sign up and the link didn't work. I gave him the url for the cp as if not using the ssl and that link worked. Is there something else I need to activate for the secure cp to accept the paypal callback?
The example of callback URL is: http://cp.example.com:8080/psoft/servlet/psoft.hsphere.payment.PayPalServlet
The URL structure is: CP_PROTOCOL://CP_HOST:CP_PORT/psoft/servlet/psoft.hsphere.payment.PayPalServlet
where:
CP_PROTOCOL: http or https
CP_HOST: domain name you host, e.g.: cp.example.com
CP_PORT: port of your CP, e.g.: 8080
I set it up with https and the correct port as this is how I set up the control panel, yet a client tried to sign up and the link didn't work. I gave him the url for the cp as if not using the ssl and that link worked. Is there something else I need to activate for the secure cp to accept the paypal callback?