Welcome to Pluggy Elixir, an API client written in Elixir to access the Open Finance services provided by Pluggy
Add pluggy_elixir
to your list of dependencies in mix.exs
:
def deps do
[
{:pluggy_elixir, "~> 0.0.1"}
]
end
Update deps
mix deps.get
Add the credentials to your config file (ex: config.exs
)
config :pluggy_elixir,
client_id: "your-app-client-id",
client_secret: "your-app-client-secret",
See more about configurations in PluggyElixir.Config
docs.
Data | Use Cases |
---|---|
|
|
Data | Use Cases |
---|---|
|
|
Data | Use Cases |
---|---|
|
|
Data | Use Cases |
---|---|
|
|
Banks | Investment brokers |
---|---|
|
|
For most up-to-date and accurate documentation, please see the API Spec page.