#Ring-checkout

1 messages · Page 1 of 1 (latest)

vast delta
#

Hello! Let me take a look

misty pecan
#

Cool, thanks

#

I ran this to listen and route the webhooks

vast delta
#

are you getting any logs from your server?

misty pecan
#

Hold on

#

No, the endpoint is never hit

vast delta
#

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?

misty pecan
#

I'm messing with Postman right now to see

#

Yep

#

They go through just fine

#

Could it be a lack of SSL certification?

vast delta
#

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?

misty pecan
#

Yep works just excellent too

#

Tried another checkout session, just for the hell of it. It's every POST event that fails.

vast delta
#

Can you try the stripe listen command again and add on the --skip-verify flag?

misty pecan
#

OK

#

Did not help..

#

Here we go

#

I found it

#

The webhook was set to http: while the endpoint is on https://

vast delta
#

AH! Yup, that would do it

#

Sorry I missed that

misty pecan
#

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?

vast delta
#

yup! let me know if you need anything else