The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

parse-bca-account - Parse/validate BCA account number

VERSION

This document describes version 0.05 of parse-bca-account (from Perl distribution Business-ID-BCA), released on 2014-08-16.

SYNOPSIS

Usage:

 % parse-bca-account

Examples:

 TODO

To see all options:

 % parse-bca-account --help

DESCRIPTION

Upon success/valid number, return status 200 with hash containing parsed information. Upon invalid number, return 400. Parsed information contains these keys:

  • branch_code

  • branch_name

  • branch_city_name (not yet)

  • branch_city_code (not yet)

  • account (10-digits)

  • account_f (canonically-formatted account number, e.g. 123.456789.0)

  • is_checking (bool, true if detected as checking account [giro])

  • check_digit

OPTIONS

 TODO

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Business-ID-BCA.

SOURCE

Source repository is at https://github.com/sharyanto/perl-Business-ID-BCA.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Business-ID-BCA

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Steven Haryanto.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.