#Alfanatique(aka Mike D)-webhooks
1 messages ยท Page 1 of 1 (latest)
Are you sure stripe is able to access/send requests to your webhook endpoint? IS it possible you're blocking those requests?
I don't know
the API key is correct as i could access to the payment page, sucessfully paid but it seems that the webhook cannot send the data back to the web server
So you can confirm that the event is actually reaching your production server?
alright so problem sovled just right now
the problem was
highlighted line was null, so I replaced this by a "" as I got the customer ID on my database anyway ๐
ahh gotcha - so your server was responding back with a 500, it wasn't that we couldn't reach your server
YES
checkoutsessionCompleted custoemr email was null
but it's ok
i replaced this by a ""
it's good now as I still store the customer Id
๐