0.16.0 • Published 4 years ago

fints-institute-db v0.16.0

Weekly downloads
10
License
CC0-1.0
Repository
github
Last release
4 years ago

FinTS Institute DB version

npm license npm downloads build status

List of German Banks

Install via npm

$ npm install --save fints-institute-db

Usage

var banks = require( 'fints-institute-db' )
var dsgv = banks.filter( function( bank ) {
  return bank.organisation === 'DSGV'
})

Format

[
  ...,
  {
    "number": 11,
    "blz": "10030600",
    "bic": "GENODEF1OGK",
    "name": "Bankhaus Kruber",
    "location": "Berlin",
    "serviceProvider": "Fiducia & GAD IT AG",
    "organisation": "BVR",
    "hbciDomain": "hbci01.fiducia.de",
    "hbciAddress": null,
    "hbciVersion": "3.0",
    "pinTanURL": "https://hbci11.fiducia.de/cgi-bin/hbciservlet",
    "protocol": "FinTS V3.0",
    "updated": null,
    "ddv": false,
    "rdh1": false,
    "rdh2": false,
    "rdh3": false,
    "rdh4": false,
    "rdh5": false,
    "rdh6": false,
    "rdh7": true,
    "rdh8": false,
    "rdh9": true,
    "rdh10": true,
    "rah7": false,
    "rah9": false,
    "rah10": false
  },
  ...
]
0.16.0

4 years ago

0.15.0

4 years ago

0.14.0

4 years ago

0.13.0

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago