Skip to content

vlarok/nordigen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages