stripe-servant-0.3.1.0: Unofficial Stripe servant types
Safe HaskellNone
LanguageHaskell2010

Stripe.Api

Description

The API

Documentation

type StripeAuth = BasicAuth "Stripe API" () Source #

type StripeApiInternal = ("customers" :> CustomerApi) :<|> (("products" :> ProductApi) :<|> (("prices" :> PriceApi) :<|> (("subscriptions" :> SubscriptionApi) :<|> (("checkout" :> ("sessions" :> CheckoutApi)) :<|> (("billing_portal" :> ("sessions" :> CustomerPortalApi)) :<|> ("events" :> EventApi)))))) Source #