Bank Bins

Bank Bins List
{% if 'add' in session.get('bankBinsPermissions', []) %} {% endif %}
{% if error %}

{{ error }}

{% endif %}
{% for each_bank_bin in bankBinsList %} {% if 'edit' in session.get('bankBinsPermissions', []) %} {% endif %} {% if 'edit' in session.get('bankBinsPermissions', []) %} {% endif %} {% endfor %} {% with messages = get_flashed_messages() %} {% if messages %}
    {% for message in messages %}

    {{ message }}

    {% endfor %}
{% endif %} {% endwith %}
S.No IIN Entity Network Type Sub Type Issuer Name Issuer Code International Tokenised IIN Card IIN EMI Recurring Authentication Type Status Action
{{loop.index}} {{each_bank_bin.iiN}} {{each_bank_bin.entity}} {{each_bank_bin.networkName}} {{each_bank_bin.bankBinType}} {{each_bank_bin.bankBinSubType}} {{each_bank_bin.issuerName}} {{each_bank_bin.issuerCode}} {{each_bank_bin.international}} {{each_bank_bin.tokenisedIin}} {{each_bank_bin.cardIin}} {{each_bank_bin.emi}} {{each_bank_bin.recurring}} {{each_bank_bin.authType}} {% if each_bank_bin.actionText == "Active" %} {{each_bank_bin.actionText}} {% else %} {{each_bank_bin.actionText}} {% endif %}