Skip to content

FinTS Test Server

jHetzer edited this page Mar 13, 2020 · 2 revisions

Test Setup

ERPNextFinTS can be tested with the node.js module Open-Fin-TS-JS-Client

Installation

mkdir FinTS
cd FinTS
git clone https://github.com/jschyma/open_fints_js_client
cd open_fints_js_client/
npm install
node dev/Run_FinTSServer.js

npm install will display some errors. For tests these can be ignored.

HEY! USE SCREEN -bash-4.2# node dev/Run_FinTSServer.js
Listening at IP 127.0.0.1 on port 3000
FinTS server running at: 127.0.0.1:3000/cgi-bin/hbciservlet

enter image description here

(Selection not recorded)

Login Information

from fints.client import FinTS3PinTanClient
f = FinTS3PinTanClient(
    "12345678",
    "test1",
    "1234",
    "http://localhost:3000/cgi-bin/hbciservlet"
)
f.get_sepa_accounts()
Clone this wiki locally