Webhook not returning anything
Posted in General by chaitra hegde Mon Jun 19 2017 05:02:19 GMT+0000 (Coordinated Universal Time)·1·Viewed 740 times
Hi, I have created a test instamojo account from https://test.instamojo.com. My redirect url is "http://localhost/wordpress/payment-successful/ " and webhook url is "https://requestb.in/1d0ky8k1" (which i have created from request bin). In redirect url page, i am printing
$result = file_get_contents('https://requestb.in/1d0ky8k1');
echo $result;
But echo $result is not printing anything. Is there anything else i need to do?
redirect url needs to be a live url and not localhost.