Skip to content

typeclasses/stripe

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
nix
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Releases

No releases published

Packages

No packages published