Skip to content

feliwir/libfintx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libfintx

Build Status Codacy Badge Issue Count

An C# based client library for HBCI 2.2 and FinTS 3.0.

In 1995 the ZKA announced a common online banking standard called Homebanking Computer Interface (HBCI). In 2003 they published the next generation of this protocol standard and named it Financial Transaction Services (FinTS).

Today most of all german banks support this online banking standards.

This client library supports both APIs, HBCI 2.2 and FinTS 3.0.

It can be used to read the balance of a bank account, receive an account statement, and make a SEPA payment using PIN/TAN.

Usage

There are many reasons why you need to use a banking library which can exchange data from your application with the bank. One reason for example is to found a Fintech.

Target platforms

  • .NET Standard 2.0

Sample

Look at the demo project https://github.com/mrklintscher/libfintx_test

Features

  • Get Balance (HKSAL)
  • Request Transactions (HKKAZ)
  • Transfer money (HKCCS)
  • Transfer money at a certain time (HKCCS)
  • Collective transfer money (HKCCM)
  • Collective transfer money terminated (HKCME)
  • Rebook money from one to another account (HKCUM)
  • Collect money (HKDSE)
  • Collective collect money (HKDME)
  • Load mobile phone prepaid card (HKPPD)
  • Submit banker's order (HKCDE)
  • Get banker's orders (HKCSB)

Specification

For exact information please refer to the german version of the specification. There is also an unauthorized english translation.

SSL verification

The verification process is done by using the default WebRequest class.

Copyright & License

Copyright (c) 2016 - 2018 Torsten Klinger

Licensed under GNU Lesser General Public License. Please read the LICENSE file.

About

C# based client library for HBCI 2.2 and FinTS 3.0. Currently very unstable! Please do not use for productive use! Developer wanted!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%