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

Hei, jeg bruker Transaction API for å synke data med YNAB. Jeg ser at Transactions API sluttet å levere nye objekter siden 12.12.2020. Er dette noe planlagt eller er det...

SBanken transaction feed stopped sending unconfirmed transactions.

Hi! As we won't be receiving any transactionID anytime soon, it would be great to have a good timestamp for transactions. As it is now, my timestamps comes out like...

Ser ut som transaskjons-apiet kun vil gi trensasjoner fra 2020 dersom som spør for en periode som starter i 2019 og slutter i 2020: Gir kun 1 transaksjon (fra 2....

According to https://api.sbanken.no/Bank/swagger/#!/GET/ApiV2TransactionsByCustomerIdByAccountNumberGet, transactionId is no longer available in API v2. It was available in v1 and the API response also contains the field. Current API documentation: Internbank.Api.Contracts.Core.Bank.Transactions.v2.Transaction { accountingDate...

Hi, GET /bank/api/v1/transactions/{accountId}/?index=1&length=1000&startDate=2018-09-30&endDate=2018-10-13 returns Transaction.AvailableItems = 1 but Transaction.Items is an empty list. However the actually there is only 1 transaction for that account when going from the web interface.

URL: https://api.sbanken.no/bank/api/v1/accounts/ response body: ``` body: %{ "errorMessage" => "Could not complete the request due to an expected or unexpected error.", "errorType" => 0, "isError" => true, "traceId" => "28576c77-97aa-4d65-bf10-3bd320cc51cf"...

I'm getting a 401 when using the example Node application without any error text in the response. I'm getting a token, but `getAccountDetails` is failing. In the credentials file, what...

Running npm install gives a warning which should be fixed in the repo: ``` $ npm install added 129 packages from 157 contributors and audited 198 packages in 2.362s found...

Use case: Pulling all transactions. Realize some of them are only reservations, but still want the data in my personal finance sheet. At a later time I want to merge...