#๐Ÿ’ช๐ŸฆŠ

1 messages ยท Page 1 of 1 (latest)

keen spruceBOT
hallow sail
#

just a simple function right now to see how it all works

#

this is the routing

#

I'm using the cli and as you can see it gets there

#

and the sig is also there

grave geode
#

You know for sure that the signature is in the event?

hallow sail
#

is there a way to check for sure?

#

not sure how much I can post publicly

lean solar
#

ah this is a common issue with express frameworks

#

basically, some express middleware is modifying your Event request POST body

#

so what you want to do is:

hallow sail
#

okay thanks

#

figured it out thank you

#

ooh just another question

#

I am unsure if this will make sense but uh

#

if the CLI is forwarding to my local

#

does that mean that webhooks triggered by the test environment on STRIPE will also trigger my local host

#

or can I only trigger with stripe trigger <event>

#

so for example

#

I cannot trigger payout webhooks from the CLI

lean solar
#

does that mean that webhooks triggered by the test environment on STRIPE will also trigger my local host
if you're forwarding from CLI, then test events generated by any requests you make to Stripe should still reach your endpoint yes

hallow sail
#

okay good, was hoping for that thank you