Unix and Linux Discussions Tagged with vbulletin |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
28 |
43,140 |
What is on Your Mind? |
|
|
|
30 |
39,948 |
What is on Your Mind? |
|
|
|
0 |
4,627 |
Web Development |
|
|
|
29 |
7,195 |
What is on Your Mind? |
|
|
|
7 |
3,123 |
Shell Programming and Scripting |
|
|
|
37 |
44,368 |
Web Development |
|
|
|
2 |
7,068 |
Cybersecurity |
|
|
|
1 |
3,307 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
1 |
3,679 |
What is on Your Mind? |
|
|
|
0 |
4,951 |
Web Development |
|
|
|
0 |
4,057 |
What is on Your Mind? |
|
|
|
0 |
5,561 |
Web Development |
|
|
|
2 |
5,636 |
Web Development |
|
|
|
1 |
2,498 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
6 |
9,487 |
Programming |
|
|
|
3 |
5,963 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,274 |
Post Here to Contact Site Administrators and Moderators |
|
|
|
3 |
7,921 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
3,379 |
Post Here to Contact Site Administrators and Moderators |
KTOBLZCHECK(1) General Commands Manual KTOBLZCHECK(1)
NAME
ktoblzcheck - Check Account and BLZ (bank routing code)
SYNOPSIS
ktoblzcheck [--returncode] [--file=<datafile>] <bank-id> <account-id>
DESCRIPTION
This manual page documents briefly the ktoblzcheck application.
ktoblzcheck is a program that will check a given account and blz for the bank being valid and the account being valid using some checksum
calculations, if supported for that particular bank. The output is the clear-text name of the bank specified by <bank-id>, and whether the
given <account-id> is a valid account number at this bank.
OPTIONS
<bank-id>
This is the Bankleitzahl (bank routing id), actually it is the account-id of that particular bank at the Deutsche Bundesbank.
<account-id>
This is the account number you wish to verify. If the checksum method of the bank specified by the <bank-id> is supported, you will
get the account-id verified, i.e. if it is a valid account-id at that particular bank.
--returncode
If given, the result is returned via the returncode and no output on the terminal. The following returncodes are possible: 0:
account and bank are ok 1: unknown, e.g. checksum not implemented or such 2: account and/or bank not ok 3: bank not found
--file=<datafile>
Specifies the file with the bankdata. This file can be obtained via the internet from the Deutsche Bundesbank on address
http://www.bundesbank.de/zahlungsverkehr/zahlungsverkehr_bankleitzahlen_download.php
Beware! This page is in German only.
BUGS
No bugs are known at this time. Only certain checksum algorythms are supported as of now, so please don't complain if you always get
"unknown" as return value.
AUTHOR
This manual page was written by Jens Gecius <jens@gecius.de> for the Debian GNU/Linux system. Authors of ktoblzcheck are Fabian Kaiser
<fabian@openhbci.de> and Christian Stimming <stimming@tuhh.de>.
August 3, 2003 KTOBLZCHECK(1)