aforward / stripe-post

A minimal library for posting messages to the Stripe API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StripePost

A minimal library for posting messages to the Stripe API.

Installation

Add stripe_post to your list of dependencies in mix.exs:

def deps do
  [{:stripe_post, "~> 0.2.0"}]
end

Configuration

Within your opts, you will need to provide your (Stripe API Keys)[https://dashboard.stripe.com/account/apikeys]. For example,

 config :stripe_post,
   secret_key: "sk_test_abc123"
   public_key: "pk_test_abc123"

Documentation can be found at https://hexdocs.pm/stripe_post.

About

A minimal library for posting messages to the Stripe API.

License:MIT License


Languages

Language:Elixir 100.0%