Account
| API | Description |
|---|---|
| POST api/account |
Gets a list of accounts |
| POST api/account/exists |
Checks if a bank account exists. This method is bank agnostic, i.e. you can check in the Arion service if an account from ISB exists |
| POST api/account/transaction |
Checks a list of account transactions for given account |
Auth
| API | Description |
|---|---|
| GET api/auth/isb |
Starts the OpenID authorization flow for Íslandsbanki. |
| GET api/auth/isb/callback?Code={Code}&Iss={Iss}&State={State}&ClientId={ClientId} |
Callback page registered at Íslandsbanki that handles token exchange |
| POST api/auth/isb/refreshtoken |
Get new access token from given refresh token |
CreditCard
| API | Description |
|---|---|
| POST api/creditcard |
Gets a list of credit cards |
| POST api/creditcard/transaction |
Gets a list of transactions for given card |