Hi, there. I need to verify stripe webhook with a...
# help
r
Hi, there. I need to verify stripe webhook with a lambda api. So when using SST api resource, how can I get the
rawbody
?
t
if this is a function receiving the event, if you look in the console you'll see the body of it
should be the raw body in there
can see the body in there
r
Indeed, it is! thanks!
k
@ray hey, did you get it working? I can get pass the stripe validation