This is the client library for GoCardless.
For a full list of endpoints and arguments, see the docs.
- The package can be installed by adding
nordigento your list of dependencies inmix.exs:
def deps do
[
{:nordigen, "~> 0.1.0"}
]
end- Before starting to use API you will need to create a new secret and get your
SECRET_IDandSECRET_KEYfrom the GoCardless's Open Banking Portal.
config :nordigen,
id: SECRET_ID,
key: SECRET_KEY