#taylan-forward-events

1 messages ยท Page 1 of 1 (latest)

kind iris
#

Hi there ๐Ÿ‘‹ can you explain the steps that you've taken so far and where you started running into problems?

zenith steppe
mighty lark
#

Hey there ๐Ÿ‘‹
Stepping in for @kind iris here
Are you seeing any errors on your PHP side? Can you try adding more logging to see if anything is making its way to your server?

zenith steppe
#

nothing is making its way to my server ๐Ÿ˜ฆ

#

I can share screen to show my workspace

mighty lark
zenith steppe
#

evt_3KdbOaGBhi4wdnXz1J919Les

mighty lark
#

Thanks for this.
Seems like the event is being sent to multiple webhooks endpoints including some local CLI endpoints.
AFAICT Stripe Shell is just a way to experiment with the webhook events to see if it'd fit your use-case. So I'd recommend setting up local Stripe CLI integration

zenith steppe
#

I triggered new event and got php exception message

#

No signatures found matching the expected signature for payload

#

evt_3KdbiPGBhi4wdnXz0DNeunHV

mighty lark
#

I see.
Yeah so that means the events are being delivered but since you don't have the webhook secret, you can't see the payload.
I don't see a way to look at the webhook secret for Stripe Shell

zenith steppe
#

how can I solve it, how can I have the right $endpoint_secret

mighty lark
zenith steppe
#

okey thanks