#Ring-checkout
1 messages · Page 1 of 1 (latest)
are you getting any logs from your server?
Are you sure you have your endpoint set up correctly? Like if you make a post request directly (not through Stripe webhook events) does that work?
I'm messing with Postman right now to see
Yep
They go through just fine
Could it be a lack of SSL certification?
I don't believe that'd be the issue - can you change your postman request to send over a JSON payload instead of form-data?
Yep works just excellent too
Tried another checkout session, just for the hell of it. It's every POST event that fails.
Can you try the stripe listen command again and add on the --skip-verify flag?
OK
Did not help..
Here we go
I found it
The webhook was set to http: while the endpoint is on https://
Hah don't be sorry, it only shows in the output lines
Thanks for taking the time to help
I'll hold onto the thread for a moment more just to test it correctly, if that's fine?
yup! let me know if you need anything else