#Lacruzito-webhook

1 messages · Page 1 of 1 (latest)

timid shuttle
#

Hi! Could you share your webhook endpoint ID (we_xxx)?

naive obsidian
#

I don't think I can get you one since it is a local env webhook

#

can I ?

timid shuttle
#

Oh, that's right!

#

Can you double check that you are using the correct webhook signing secret?

#

It should be displayed in the terminal were you ran stripe listen

naive obsidian
#

oh damn it wasn't the write one

#

I didn't know this secret could change

#

does it change periodically ?

#

Thanks for your help !

timid shuttle
#

Yes it can change, but not frequently.

naive obsidian
#

Alright, thank you 🙂

icy trail
#

What is "stripe listen"?

timid shuttle
icy trail
#

Is this like ngrok?

timid shuttle
#

I'm not familiar with ngrok. But here's how it works:

  1. You run your server locally, for example on http://localhost:4242
  2. Then you run stripe listen --forward-to http://localhost:4242/webhooks
  3. And all webhook events will be forwarded to http://localhost:4242/webhooks
    This is great for testing.
icy trail
#

Awesome

#

And login with my stripe key?

#

If using stripe connect, presumably its the platforms key?