api-examples icon indicating copy to clipboard operation
api-examples copied to clipboard

Examples on how to use the Sbanken Open Banking API

Results 30 api-examples issues
Sort by recently updated
recently updated
newest added

Bumps [gson](https://github.com/google/gson) from 2.8.1 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies
java

Looks like the endpoint `/transactions/archive/{account_id}` returns an incorrect `purchaseDate`. Example transaction: ```js { transactionId: "", accountingDate: "2021-12-13T00:00:00", interestDate: "2022-01-20T00:00:00", amount: -386.3, text: "", transactionType: "VISA VARE", transactionTypeCode: , transactionTypeText: "",...

Small issue with /api/v2/Transactions/{accountId}. Doc (https://publicapi.sbanken.no/openapi/apibeta/index.html?urls.primaryName=API%20Beta%20V2#/Transactions/Transactions_List) states max length is 1000, but API won't accept more than 100. Not a big issue, but confusing when doc doesn't match real life.

Any chance of adding balance of equity funds to the API?

I've only experienced this in the python example code. Easy to imagine that the same problem is occurring other places in the code as well.

I get a 500 error when I try to fetch transactions between 1st of June and 21st of June (today). If I change the endDate to yesterday, everything works fine:...

Accounts from other banks are not listed in the api. Ref https://sbanken.no/bruke/kontoer/se-kontoer-fra-andre-banker/ The API is supplying info about the internal accounts in sbanken only, but for me and for most...

Prøver å kjøre Node eksempelet. Har lagt inn fødselsnummer, clientid og secret fra utviklerportalen slik det står beskrevet i `README`, men får denne erroren når jeg prøver å gjøre et...