globalpayments / php-sdk

GNU General Public License v2.0
47 stars 66 forks source link

Can I redirect the HPP page to my callback URL? #106

Open ilbeygi opened 2 years ago

ilbeygi commented 2 years ago

Hi I use these steps : https://developer.globalpay.com/ecommerce/hosted-solution/HPP-Guide#hpp And i want to redirect to my callback URL from hpp After payment (whether payment was successful or not). I used responseEndpoint, but I didn't receive a redirect. Please help me. Thank you.

ahumulescu commented 2 years ago

Hello,

Do you get any specific message in the iframe once you've completed the payment?

Can you also check the console and the Network tab for any specific errors?

I just tried with the example from the documentation and everything is working as expected.