2017 © Pedro PelĂĄez
 

library swedbank-json

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

image

walle89/swedbank-json

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

  • Sunday, March 26, 2017
  • by walle89
  • Repository
  • 7 Watchers
  • 62 Stars
  • 2,162 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 5 Open issues
  • 16 Versions
  • 0 % Grown

The README.md

[!CAUTION]
This project is not affiliated with, endorsed by, or associated with Swedbank, Sparbanken, or any of their subsidiaries. All trademarks and brand names are the property of their respective owners. Use of the information and resources provided in this repository is for educational and interoperability purposes only and may be subject to legal or policy restrictions., (*1)

SwedbankJson

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden., (*2)

  • Overview of your bank accounts, loans, debit and credit cards
  • List account transactions
  • Transfer money between accounts
  • Sign in with different profiles, ideal for Swedbank Företag app users
  • Activate, deactivate, and view quick balance (aka. snabbsaldo)
  • No authentication required to view quick balance, ideal for unattended monitoring and automation

Authentication methods, (*3)

  • Mobile BankID
  • Security token with one time code

Security

All SwedbankJson API client traffic is TLS encrypted and strictly between your device/server that runs the code and Swedbank's servers. The client can not and will not send any information to any third party for any reason., (*4)

Installation and documentation

Code example

List bank statements with authentication method security token with one time code., (*5)

$auth     = new SwedbankJson\Auth\SecurityToken($appData, $username, $challengeResponse);
$bankConn = new SwedbankJson\SwedbankJson($auth);

$accountInfo = $bankConn->accountDetails();
$bankConn->terminate(); // Sign out

echo 'Bank statements


<

pre>';
print_r($accountInfo);

All API endpoints do not require to sign in. One example is quick balance., (*6)

$auth     = new SwedbankJson\Auth\UnAuth($appData);
$bankConn = new SwedbankJson\SwedbankJson($auth);

$quickBalance = $bankConn->quickBalance($subID);

echo 'Quick balance


<

pre>';
print_r($quickBalance);

FAQ

Can I install SwedbankJson without Composer?

No, it's either recommended or supported. It's much easier to use Composer than manually download all the dependencies. Read more about installing with Composer., (*7)

Is SwedbankJson compatible with Swedbank's non-swedish apps?

To the best of my knowledge, the API utilized by SwedbankJson is specific to the Swedish market and is not used by banking apps outside of Sweden., (*8)

Why use the mobile apps API instead of the official Open Banking API?

In short, if you have access to the Swedish mobile banking apps for certain major banks, this library can be used immediately to, for example, log in and fetch real transaction data (i.e., production access)., (*9)

To obtain similar production access through the official Open Banking API, the following are generally required:, (*10)

  1. Hold a PISP, AISP, or equivalent license from a local financial regulatory authority such as Finansinspektionen. Applying for such a license may involve fees.
  2. Valid QSEAL and QWAC certificates.
  3. Apply for and receive approval for production access from the bank.

In summary, getting started with the official Open Banking API typically involves a lengthy, complex, and costly process., (*11)

Support and Feedback

This project utilize GitHub Issues for both support and feedback. Before creating a new issue, please do the following:, (*12)

  1. Check the documentation (see links under Installation and documentation).
  2. Search in issues.

If you didn't find your answer, you are welcome to create a new issue., (*13)

License

MIT, (*14)

The Versions

26/03 2017

dev-develop

dev-develop https://github.com/walle89/SwedbankJson

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

  Sources   Download

MIT

The Requires

 

The Development Requires

api json api-client swedbank sweden

15/02 2017

dev-master

9999999-dev https://github.com/walle89/SwedbankJson

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

  Sources   Download

MIT

The Requires

 

The Development Requires

api json wrapper swedbank

22/10 2016

0.7.1

0.7.1.0 https://github.com/walle89/SwedbankJson

Unofficial API client for the Swedbank's and Sparbanken's mobile apps in Sweden.

  Sources   Download

MIT

The Requires

 

The Development Requires

api json wrapper swedbank

25/07 2016

0.7.0

0.7.0.0 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

The Development Requires

api json wrapper swedbank

08/02 2016

dev-wip-doctest

dev-wip-doctest https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

The Development Requires

api json wrapper swedbank

07/02 2016

v0.6.1

0.6.1.0 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

api json wrapper swedbank

31/01 2016

v0.6.0

0.6.0.0 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

api json wrapper swedbank

05/01 2016

dev-wip-SecurityToken_Guzzle6

dev-wip-SecurityToken_Guzzle6 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

api json wrapper swedbank

21/04 2015

v0.5.2

0.5.2.0 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

api json wrapper swedbank

09/03 2015

0.5.1

0.5.1.0 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

api json wrapper swedbank

13/02 2015

0.4.0

0.4.0.0 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

api json wrapper swedbank

28/05 2014

0.3.3

0.3.3.0 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

api json wrapper swedbank

15/05 2014

0.3.2

0.3.2.0 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

api json wrapper swedbank

15/05 2014

0.3.1

0.3.1.0 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

api json wrapper swedbank

15/05 2014

0.3.0

0.3.0.0 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

api json wrapper swedbank

14/05 2014

0.2.0

0.2.0.0 https://github.com/walle89/SwedbankJson

Wrapper for Swedbank's closed mobile apps API in Sweden

  Sources   Download

MIT

The Requires

 

api json wrapper swedbank