Skip to content

typeclasses/stripe

Repository files navigation

To build and test with all supported compiler versions:

nix build .#testConfigurations.all --no-link

Packages in this repository:

  • stripe-concepts is a minimal package that just defines a common set of types for working with the Stripe API.

  • stripe-signature is for parsing and verifying the Stripe-Signature HTTP header that Stripe includes when it sends an event to your webhook. 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.

  • stripe-wreq helps you make requests to the Stripe API in conjunction with the wreq package. This is a minimal library that makes no attempt obscure either its underpinnings in Wreq or any of the details of the Stripe API. Responses are returned as aeson values.