# Card Redirection Wizard

With this development, it is now possible to monitor the card routing parameters returned by banks after a trigger. The application provides visibility into limit values, card BIN ranges, supported AIDs, authorized transaction types, and supported currencies. This enables users to verify the values returned after a trigger and identify any potential issues. Additionally, the accuracy of the limit values in the returned emv and emvcl config for separate card reading can also be checked.

Menu Flow:

Settings -> Priority banks -> Card Redirection Parameters

<figure><img src="/files/DkWpDofnDzXYCGxHHfHc" alt="" width="173"><figcaption><p>Monitoring App</p></figcaption></figure>

### Limit Value

Under this menu, you can view the CVM limit, floor limit, and transaction limit values for the AIDs.

<figure><img src="/files/uMMswKo7RYUH8JNPbbH0" alt=""><figcaption><p>Example Limit Value Screen</p></figcaption></figure>

### Bin ranges

Under this menu, you can see which BIN ranges are supported by each bank

<figure><img src="/files/615SZ5iL0T8Xr0YyZ3BW" alt="" width="175"><figcaption><p>Example Bin Ranges Screen</p></figcaption></figure>

### Supported AID's

In this menu, you can see which AIDs are supported by the banks.&#x20;

<figure><img src="/files/S6uSDzf5Q2uMHMtUaEHV" alt="" width="175"><figcaption><p>Example Supported Aid's Screen</p></figcaption></figure>

### Allowed transaction types

In this menu, you can see the transaction types allowed by the banks.

<figure><img src="/files/rFkNHHznhrCn6kgnHPSN" alt=""><figcaption><p>Example Allowed Txn Type Screen</p></figcaption></figure>

### Supported Currencies

In this menu, you can see the supported currencies by the banks.

<figure><img src="/files/rQQw4pKM5KeWs1Y6uad8" alt="" width="173"><figcaption><p>Example Supported Cur. Screen</p></figcaption></figure>

### TLV PARSER

In this menu, you can view the TLV data for each AID supported by the banks. Additionally, by entering your own TLV data, the system helps you parse the tags and values to see the corresponding data elements.

<div align="left"><figure><img src="/files/PIE0ZRatZmT1b4H1qUEI" alt="" width="172"><figcaption><p>Choose Screen</p></figcaption></figure> <figure><img src="/files/k1w3tf7bIN328egq84F0" alt="" width="175"><figcaption><p>Select Aid Screen</p></figcaption></figure> <figure><img src="/files/RaemvMGwjA2axqjeft90" alt="" width="173"><figcaption><p>Banks TLV Values</p></figcaption></figure></div>

#### Custom Input&#x20;

In this section, you can proceed by entering your own TLV data.

<div align="left"><figure><img src="/files/aXPPEW34o5talhYP9Akw" alt="" width="172"><figcaption><p>Input Tlv</p></figcaption></figure> <figure><img src="/files/ZCc4S0IvUSNXPPCd6g8J" alt="" width="170"><figcaption><p>TLV Tag List</p></figcaption></figure> <figure><img src="/files/sJIdiVqaflw51gSOHzgF" alt="" width="170"><figcaption><p>Tags value</p></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.tokeninc.com/token-developer-portal-1/payment-service/payment-services/card-redirection-wizard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
