stripe-haskell-2.5.0: Stripe API for Haskell

Safe HaskellNone
LanguageHaskell2010

Web.Stripe.Client.Stripe

Synopsis

Documentation

stripe :: FromJSON (StripeReturn a) => StripeConfig -> StripeRequest a -> IO (Either StripeError (StripeReturn a)) #

Create a request to Stripes API.

This function uses the global TLS manager from http-client-tls via getGlobalManager.