> For the complete documentation index, see [llms.txt](https://docs.udara360.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.udara360.io/core-features/e-channels/cards/issue-card.md).

# Issue Card

The Issue Card page allows you to issue a card to a specific customer account, whether that account already has a card request assigned to it or not. This is typically where you'd go to issue a card to a single customer on request, rather than processing cards in bulk. Once a card is linked to an account, you can manage its transaction limits or unlink it directly from this page. This guide will walk you through issuing a card and managing linked cards.

## Accessing Issue Card&#x20;

1. Log into the application using your credentials.
2. From the dashboard, navigate to **E-Channels** in the side menu.
3. Expand **Cards** and Select **Issue Card**  from the dropdown list

<figure><img src="/files/ObFrVgtj9XtWXTo8L9Wl" alt=""><figcaption></figcaption></figure>

## Issuing a Card

1. Click the **Issue Card** button at the top left of the page
2. Select the **Card Request Type**; **Assigned Cards** or **Unassigned Cards**
3. Enter the **Account Number**
4. Click **Search** to find the account and proceed with issuance

## Managing a Linked Card

1. In the **Actions** column, click the **three vertical dots** <i class="fa-ellipsis-vertical">:ellipsis-vertical:</i> next to the card you want to action
2. Select **Unlink Card** to remove the card link, or&#x20;
3. **Card Limit** to view or&#x20;
4. **Update** the card's transaction limits

## Exporting the Records

1. Click the **Export** button at the top left of the page
2. Select your preferred format; **CSV** or **Excel**
3. The file will download automatically to your device

## Filtering the Records

1. Click the **Filter** button at the top right of the page
2. Enter the **Account Number** or **Masked PAN**, and/or select a **Card Status**; **Linked** or **Unlinked**
3. Click **Apply** to display the filtered results

<figure><img src="/files/CiV8kqWmi6J2nD4D7BPu" alt=""><figcaption></figcaption></figure>

> :pushpin:Click Reset Filter to clear all applied filters and return to the full list.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.udara360.io/core-features/e-channels/cards/issue-card.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.
