Stripe
An API client for Stripe.
This is written against version 2015-04-07 of the Stripe API.
NB This is not complete. It is an extraction from a running system and contains only the resources and endpoints the system is currently using.
Installation
If available in Hex, the package can be installed
by adding s76_stripe to your list of dependencies in mix.exs:
def deps do
[
{:s76_stripe, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/s76_stripe.
Configuration
You must either set config :s76_stripe, :secret_key, key or set the
$STRIPE_SECRET_KEY environment variable.
To use webhooks, you must additionally either set config :s76_stripe, :signing_secret, secret or set the $STRIPE_SIGNING_SECRET environment
variable.