Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 711 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 711 Bytes

GoCardless, ex Nordigen Elixir Library

This is the client library for GoCardless.

For a full list of endpoints and arguments, see the docs.

Installation

  1. The package can be installed by adding nordigen to your list of dependencies in mix.exs:
def deps do
  [
    {:nordigen, "~> 0.1.0"}
  ]
end
  1. Before starting to use API you will need to create a new secret and get your SECRET_ID and SECRET_KEY from the GoCardless's Open Banking Portal.
 config :nordigen,
  id: SECRET_ID,
  key: SECRET_KEY