Gocardless

Elixir wrapper for the GoCardless API.

Installation

  1. Add gocardless to your list of dependencies in mix.exs:
def deps do
[{:gocardless, "~> 0.1.1"}]
end
  1. Ensure gocardless is started before your application:
def application do
[applications: [:gocardless]]
end
  1. Add configuration to your app:
config :gocardless,
api_base: "https://api-sandbox.gocardless.com/",
api_version: "2015-07-06",
access_token: "<your-token>"

Docs

You can read the docs here

Implementation state

These are the priorities for us right now. If you want anything else feel free to add a pull request.