#RobEarls-webhook
1 messages · Page 1 of 1 (latest)
we expect the URL that you use in your webhook endpoint to be able to receive POST requests
Is it ONLY when you post to this URL that an error occurs. I have disabled the code that does this, right now I want to prove it's being called at all.
the idea is that Stripe sends you the event by "POST"ing to that URL
I think I get that, the code I'm using is based on one of your examples. However, the very first line of my code logs an even, an d no even is being logged whether there are variables posted or not.
sorry.. no event is logged when Stripe called this URL
`
<?php
mylog("Called " . date("d-m-Y H:i:s"));
we're getting this error response from your code error code: 1020
I think I need to trying posting and see what happens thanks.
It must be doing something I'm unaware of. Cheers
let me know if you need any more help