#Jaxon!-webhook

1 messages · Page 1 of 1 (latest)

copper carbon
#

hi, do you mean the webhook signature?

dry coyote
#

Yes

copper carbon
#

you could find all the steps here

dry coyote
#

thank you.

copper carbon
#

the header is Stripe-Signature

#

but you have all the steps you need to do

#

just one more thing to be careful about is to encode the header using utf-8 otherwise you will get a mismatch

dry coyote
#

it's a string in utf-8?

copper carbon
#

or better just use our supported libraries to verify the signature

#

yes

dry coyote
#

Yes, thank you.

copper carbon
#

and the raw body should also be in utf-8

dry coyote
#

Okay.

copper carbon
#

let me know if you need any more help