hbci

package module
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2018 License: Apache-2.0 Imports: 1 Imported by: 0

README

go-hbci

Build Status GoDoc Maintainability Go Report Card

A client library to use the Home Banking Computer Interface (german only)

For an exhausted reference of HBCI visit the website of The German Banking Industry

Status of the project

Due to the massive amount of the standard this library is only at the beginning of being useful to use. Also, there is no client interface yet in terms of entry point for the library or management of pin/tan or any other data.

The implemented standard conforms to HBCI 2.2 and FINTS 3.0.

Roadmap

  • Parsing Accounts
  • Listing transactions
  • Some other read only action
  • Write access

Documentation

Index

Constants

View Source
const Version = "0.1.2"

Variables

This section is empty.

Functions

func MakeCall

func MakeCall() string

func SetDebugMode

func SetDebugMode(debug bool)

func SetInfoLog

func SetInfoLog(info bool)

Types

type Marshaler

type Marshaler interface {
	MarshalHBCI() ([]byte, error)
}

type Unmarshaler

type Unmarshaler interface {
	UnmarshalHBCI([]byte) error
}

Directories

Path Synopsis
Package client provides a high level API for HBCI-Requests The main types of this package are the Config and the Client itself.
Package client provides a high level API for HBCI-Requests The main types of this package are the Config and the Client itself.
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL