> ## Documentation Index
> Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported BINs for Risk Control Configurations

> Reference table showing which card BINs support 3DS and MCC risk control configurations.

This document outlines the supported configurations for different card BINs. Fields not supported by a BIN will not be returned in query APIs and cannot be configured during card creation or update.

| Card BIN | 3DS Configuration Support | Enable 3DS Support | MCC Configuration Support |
| -------- | ------------------------- | ------------------ | ------------------------- |
| 52489710 | Not supported             | Not supported      | Supported                 |
| 539578   | Not supported             | Not supported      | Supported                 |
| 45659910 | Supported                 | Supported          | Supported                 |
| 49372434 | Supported                 | Supported          | Supported                 |
| 49372408 | Supported                 | Supported          | Supported                 |
| 49372410 | Supported                 | Supported          | Supported                 |

**Notes:**

* **3DS Configuration Support:** Indicates whether the card BIN supports configuration of `allow_3ds_transactions`.
* **Enable 3DS Support:** Indicates whether the card BIN supports configuration of `enable_3ds`. Available on Visa BINs only.
* **MCC Configuration Support:** Indicates whether the card BIN supports configuration of `allowed_mcc` and `blocked_mcc`.
* If a configuration is not supported by the BIN, it will neither take effect when passed in create or update requests, nor be returned in query responses.

Related API links:

* [Create Card](/docs/card-issuance/v1.6/api-reference/create-card)
* [Update Card](/docs/card-issuance/v1.6/api-reference/update-card)
* [Retrieve Card](/docs/card-issuance/v1.6/api-reference/retrieve-card)
* [Webhook - card.create](/docs/card-issuance/v1.6/webhooks/card-created)
