Perl5 module to validate/generate credit card checksums/names
These subroutines tell you whether a credit card number is self-consistent -- whether the last digit of the number is a valid checksum for the preceding digits. The validate() subroutine returns 1 if the card number provided passes the checksum test, and 0 otherwise. The cardtype() subroutine returns a string containing the type of card: "MasterCard", "VISA", and so on. My list is not complete; I welcome additions. The generate_last_digit() subroutine computes and returns the last digit of the card given the preceding digits. With a 16-digit card, you provide the first 15 digits; the subroutine returns the sixteenth.
$
pkg install p5-Business-CreditCardOrigin
finance/p5-Business-CreditCard
Size
24.3KiB
License
ART10, GPLv1+
Maintainer
perl@FreeBSD.org
Dependencies
1 packages
Required by
13 packages
Dependencies (1)
Required By (13)
p5-Business-OnlinePayment-2CheckOutp5-Business-OnlinePayment-BankOfAmericap5-Business-OnlinePayment-Cardstreamp5-Business-OnlinePayment-Jettisp5-Business-OnlinePayment-LinkPointp5-Business-OnlinePayment-Network1Financialp5-Business-OnlinePayment-PayConnectp5-Business-OnlinePayment-PaymentsGatewayp5-Business-OnlinePayment-SurePayp5-Business-OnlinePayment-TCLinkp5-Business-OnlinePayment-VirtualNetp5-Business-OnlinePayment-eSecp5-Business-WorldPay-Junior