[DUG] Checking bank account numbers
Ross Levis
ross at stationplaylist.com
Tue Aug 7 00:10:13 NZST 2007
I worked that out many years ago for my last employer. At that time most of
main banks used the same algorithm but there was 3 or 4 oddball ones.
I still have the routine I wrote in Dataflex, but I don't think I can
legally provide it since I'm still under a loose agreement with the
employer.
But I can tell you the bank numbers of those using different algorithms to
the main banks. Those were 08, 25 & 33, and 29. 25 & 33 used the same
algorithm.
Cheers,
Ross.
-----Original Message-----
From: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz] On
Behalf Of Myles Penlington
Sent: Monday, 6 August 2007 22:15
To: NZ Borland Developers Group - Delphi List
Subject: RE: [DUG] Checking bank account numbers
The actual algorithm varies with each bank, so you need to contact all
the banks that you intend to support in regards to checkdigit checking.
Myles.
-----Original Message-----
From: delphi-bounces at delphi.org.nz [mailto:delphi-bounces at delphi.org.nz]
On Behalf Of Steve Peacocke
Sent: Monday, 6 August 2007 05:01
To: NZ Borland Developers Group - Delphi List
Subject: Re: [DUG] Checking bank account numbers
Contact your local bank, they can supply you with an algorythm that
you can use to check if a number is correct.
Steve
--
Steve Peacocke
http://stevepeacocke.blogspot.com/
On 06/08/07, Sean Cross <Sean.Cross at catalystrisk.co.nz> wrote:
> Does anyone know how to determine if a bank account number is correct?
I assume it has a checksum or hash in it somewhere. But I know not
where.
More information about the Delphi
mailing list