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

NAME

Business::BankCard - Utilities for dealing with bank card number (ISO/IEC 7812)

VERSION

This document describes version 0.02 of Business::BankCard (from Perl distribution Business-BankCard), released on 2017-07-04.

SYNOPSIS

DESCRIPTION

NOTE: This module is still empty without implementation. Plans are to provide a list of IIN codes, routines to parse a card number into components, routines to validate card number, etc.

About bank card number: Bank card numbers are found on payment cards, such as credit cards and debit cards. They have a certain amount of internal structure and shares a common numbering scheme. Bank card numbers are allocated in accordance with ISO/IEC 7812. An ISO/IEC 7812 number is typically 16 digits in length. It consists of: 1) a six-digit Issuer Identification Number (IIN), the first digit of which is the Major Industry Identifier (MII); 2) a variable length (up to 12 digits) individual account identifier; 3) a single check digit calculated using the Luhn algorithm.

The term "Issuer Identification Number" (IIN) replaces the previously used "Bank Identification Number" (BIN). See ISO/IEC 7812 for more information.

HOMEPAGE

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

SOURCE

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

BUGS

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

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.

SEE ALSO

Business::BankCard::Indonesia

Business::CardInfo

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017, 2012 by perlancar@cpan.org.

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