Popularity
6.9
Growing
Activity
1.8
-
19
4
5

Monthly Downloads: 36
Programming language: Haskell
License: MIT License
Tags: Web     Stripe    

stripe-concepts alternatives and similar packages

Based on the "stripe" category.
Alternatively, view stripe-concepts alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of stripe-concepts or a related project?

Add another 'stripe' Package

README

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-scotty provides support for writing a Stripe webhook server using scotty.

  • 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.