Skip to content

weportfolio/go-nordigen

Repository files navigation

go-nordigen

Go Library for Nordigen Openbanking API v2

Requirements

  • Go 1.16+
  • Nordigen API Secret ID & Key
  • Taskfile (optional)

Usage

Usage examples can be found in the respective package's *_test.go files.

Implemented Endpoints

  • Token
  • Accounts - Balances, Details, Transactions
  • Agreements
  • Institutions
  • Requisitions

Please refer to Nordigen API Documentation for more information on the endpoints.

Pending Endpoints

  • Payments - Since this needs some access to the API which is paid, I will not be implementing this since I can't test. If you would like to contribute, please feel free to open a PR.

Issues

Please report any issues or bugs to the Issues page.

pkg-coverage-img