Stripi

Stripi is yet another Stripe Elixir API. This is still in early stages of development and currently only supports the customer resource in Stripe.

Installation

The package can be installed by adding Stripi to your list of dependencies in mix.exs:

def deps do
  [
    {:stripi, "~> 0.1.0"}
  ]
end