#Sayid

1 messages · Page 1 of 1 (latest)

native lightBOT
wanton comet
#

hey there, i think we spoke earlier this week. How can i help?

full sinew
#

Hey man, you were super helpful before

#

My question is

#

Is there a way to send webhook events to a live endpoint from your terminal

wanton comet
#

Is this the same scenario as before where you were trying to run the app with live keys locally and forward events from the CLI, or something different?

full sinew
#

its pretty close but im confused because the Signing secret in the scripe dashboard is diffrent from the one im getting from my terimal

#

vs

wanton comet
#

Yes, the actual endpoints you configure in your dashboard have individual signing secrets

#

The stripe listen command has its own separate signing secret too

#

You should use the secret from the dashboard for events delivered to your endpoint directly by stripe

full sinew
wanton comet
#

the listen secret is only for use when receiving events forwarded by the CLI

#

You refer to your server logs

#

Or look at your Dashboard logs for recent delivery there, depending on what you're trying to do

full sinew
#

can I trigger webhooks?

#

like a postman kind of thing

#

where i can send request to live

wanton comet
#

No, you can't trigger live events -- that would require test mode values etc which only apply in test

#

You can make api calls or use the dashboard to eg create a customer

#

and if your endpoint is subscribed to customer.created you can see those being delivered