Bank Bins List
{% if 'add' in session.get('bankBinsPermissions', []) %}
{% endif %}
{{ error }}
{% endif %}
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 'edit' in session.get('bankBinsPermissions', []) %}{% if each_bank_bin.actionText == "Active" %} {{each_bank_bin.actionText}} {% else %} {{each_bank_bin.actionText}} {% endif %} | {% endif %} {% if 'edit' in session.get('bankBinsPermissions', []) %}{% endif %} |