#RobEarls-webhook

1 messages · Page 1 of 1 (latest)

molten perch
#

👋 happy to help

#

could you please send your webhook endpoint id?

#

we_xxx

tall pivot
#

we_1LIuYXHGxuTn6ZJcdwEFABrQ

#

Thanks

molten perch
#

we expect the URL that you use in your webhook endpoint to be able to receive POST requests

tall pivot
#

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.

molten perch
#

the idea is that Stripe sends you the event by "POST"ing to that URL

tall pivot
#

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"));

molten perch
#

we're getting this error response from your code error code: 1020

tall pivot
#

I think I need to trying posting and see what happens thanks.

#

It must be doing something I'm unaware of. Cheers

molten perch
#

let me know if you need any more help