Skip to content

Commit 7702fd7

Browse files
committed
Mention brand specific last digits expectations
1 parent b23f1ea commit 7702fd7

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

HISTORY.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,16 @@ History
2828
``last_digits``/``last_4_digits`` also now supports two digit values in
2929
addition to the previous four digit values.
3030
* Eight digit ``/credit_card/issuer_id_number`` inputs are now supported in
31-
addition to the previously accepted six digit ``issuer_id_number``. If you
32-
send six digits for the ``issuer_id_number``, you should send the last four
33-
digits for ``last_digits``. If you send eight digits for ``issuer_id_number``
34-
you should send the last two digits for ``last_digits``.
31+
addition to the previously accepted six digit ``issuer_id_number``. In most
32+
cases, you should send the last four digits for ``last_digits``. If you send
33+
an ``issuer_id_number`` that contains an eight digit IIN, and if the credit
34+
card brand is not one of the following, you should send the last two digits
35+
for ``last_digits``:
36+
* ``Discover``
37+
* ``JCB``
38+
* ``Mastercard``
39+
* ``UnionPay``
40+
* ``Visa``
3541

3642
2.5.0 (2021-09-20)
3743
++++++++++++++++++

0 commit comments

Comments
 (0)