stripe-signature

Verification of Stripe webhook signatures

https://github.com/typeclasses/stripe

Version on this page:1.0.0.1
LTS Haskell 22.14:1.0.0.16
Stackage Nightly 2023-12-26:1.0.0.16
Latest on Hackage:1.0.0.16

See all snapshots stripe-signature appears in

MIT licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki
This version can be pinned in stack with:stripe-signature-1.0.0.1@sha256:f16d26617b14854896b698d1037f8bc46bd7a06f119b55df0b14b14184bdfede,1346

Module documentation for 1.0.0.1

When Stripe sends an event to your webhook, it includes an HTTP header named Stripe-Signature. You should use this to verify the authenticity of the request to ensure that you are not acting upon forged events originating from some source other than Stripe.

Changes

Changelog

1.0.0.0 - 2018-12-20

  • Initial release

1.0.0.1 - 2019-05-18

  • Replace hex-text package dependency with slightly smaller base16-bytestring dependency