From: Ivan Kohler Date: Fri, 22 Feb 2013 00:27:11 +0000 (-0800) Subject: double check in light of processing agreements... looks good X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-CreditCard.git;a=commitdiff_plain;h=53cf78fcb4240c7d3261af5534a2635e36396779 double check in light of processing agreements... looks good --- diff --git a/BINS b/BINS index 51f099a..1d4481b 100644 --- a/BINS +++ b/BINS @@ -129,3 +129,31 @@ From Erik Levinse: +987654321 under the number you're validating, multiply each, and do mod 11 on +the sum, instead of mod 10. + +-------------------- + +From Jason Terry: + + list of the IIN values that were given to us by Discover. We manually tested a number from each end of the range to make sure B:CC worked. + + 30000000-30599999 DCI + 30950000-30959999 DCI + 35280000-35899999 JCB * us only + 36000000-36999999 DCI * 14 digits + 38000000-39999999 DCI + 60110000-60110999 DN + 60112000-60114999 DN + 60117400-60117499 DN + 60117700-60117999 DN + 60118600-60119999 DN + 62212600-62292599 CUP + 62400000-62699999 CUP + 62820000-62889999 CUP + 64400000-65999999 DN + +--- + +DCI = diner's, now discover everywhere +JCB = treat JCB as discover inside the US +DN = Discover Network +CUP = China Union Pay, treat as Discover outside China