fints

package module
v0.0.0-...-37c8327 Latest Latest
Warning

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

Go to latest
Published: Sep 7, 2017 License: GPL-3.0 Imports: 12 Imported by: 0

README

go-finTS

Go Implementation of the German FinTS/HBCI protocol This will be a library to get the account balance and transactions.

Documentation

Index

Constants

View Source
const DEBUG = true

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	BLZ          string //Bankleitzahl
	AccountID    string //Kontonummer
	PIN          string
	URL          string
	FinTSVersion int
}

Client hold the main variables needed in every request

func NewClient

func NewClient(BLZ string, AccountID string, PIN string, URL string, FinTSVersion int) (*Client, error)

NewClient creates the struct and checks if the version is supported

func (*Client) AccountBalance

func (client *Client) AccountBalance() (float64, error)

AccountBalance returns the Balance of the Account you can access

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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