You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "BJ Freeman (JIRA)" <ji...@apache.org> on 2008/05/30 16:38:45 UTC

[jira] Commented: (OFBIZ-1812) Add support for VisaElectron card number validation in UtilValidate.java as defined Wikipedia

    [ https://issues.apache.org/jira/browse/OFBIZ-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601154#action_12601154 ] 

BJ Freeman commented on OFBIZ-1812:
-----------------------------------

SO 7812 is the international standard governing magnetic-stripe identification cards, such as door entry cards, ATM cards, credit cards. Credit card numbers are in fact ISO 7812 numbers.
http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=31443
or
http://www.indopedia.org/ISO_7812.html


> Add support for VisaElectron card number validation in UtilValidate.java as defined Wikipedia
> ---------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1812
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1812
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>            Reporter: Raj Saini
>            Assignee: Scott Gray
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: UtilValidate.java.patch
>
>
> Current Visa Electron credit card number validation supports only card numbers whose  first 6 digits are  417500. Due to this current validation rejects Visa Electron cards with valid credit card numbers.
> Known Visa Electron starting numbers are 417500, 4917,4913,4508,4844 (Ref. Wikipedia http://en.wikipedia.org/wiki/Credit_card_numbers).
> Attached patch adds validation support for missing numbers.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.