stripe-0.8.1: A Haskell implementation of the Stripe API.

Safe HaskellNone

Web.Stripe.Connect

Synopsis

Documentation

newtype SecretKey Source

A key used when authenticating to the Stripe API.

Constructors

SecretKey 

Fields

unSecretKey :: Text
 

Instances

data Scope Source

Constructors

ReadOnly 
ReadWrite 

Instances

data Landing Source

Constructors

Login 
Register 

Instances