Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fints #67

Open
valoricDe opened this issue Nov 28, 2024 · 1 comment
Open

fints #67

valoricDe opened this issue Nov 28, 2024 · 1 comment

Comments

@valoricDe
Copy link

Hi there, you do the staff manual via browser?

Did you consider using the finTS protocol? Or some open banking provider like saltedge / finapi / truelayer?

@grindsa
Copy link
Owner

grindsa commented Nov 28, 2024

Hi,

The project began in 2018 as a web-scraping library designed to parse the HTML-code of the DKB website. MechanicalSoup was utilized for parsing and translating the data into a JSON-like structure.

In 2020, 2FA support was added following the mandatory implementation of PSD2. I attempted to gain access to the DKB API available at that time, but DKB declined, stating that I was not a Fintech. Frustrated, I gave up and extended my library to support 2FA.

In 2023, DKB introduced a new React-based web frontend with a REST API backend. I analyzed the API structure by tracing communication flows and modified the library to access the REST endpoints.

Currently, I have no interest in using either the finTS protocol or a REST API provider "doing things with my data". DKB provides the necessary data free of charge. All you need is an abstraction layer between user and the DKB REST-API and that’s the main purpose of this library.

Hope this helps, /G

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants