# Credit history

The **Credit History** tab lets you track all **balance changes**, including **top-ups, voucher credits, and service usage.**

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

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

### Table Fields Explanation <a href="#contentify_0" id="contentify_0"></a>

| Field           | Description                                                                                                                                                                                                                                                                                           |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Date**        | Date and time the transaction occurred.                                                                                                                                                                                                                                                               |
| **Service**     | <p>Service being used in the transaction type:<br>• <strong>Top-up</strong>: Payment Gateway<br>• <strong>Voucher</strong>: System (of FPT AI Factory)<br>• <strong>Charged</strong>: AI Factory service that credits were spent (i.e., Model Fine-tuning, GPU Container, or AI Inference)</p>        |
| **Source**      | <p>Based on service types<br>• <strong>Top-up transaction</strong>: Name of the payment gateway that processed the payment transaction<br>• <strong>Voucher transaction</strong>: Voucher<br>• <strong>Charged transaction</strong>: The resource name of FPT AI Factory service has used credits</p> |
| **Description** | Detailed information about the transaction, such as service package name, usage duration, etc.                                                                                                                                                                                                        |
| **Code**        | <p><strong>Only appears in the Balance type "Voucher credits"</strong><br>Voucher code applied to the transaction.</p>                                                                                                                                                                                |
| **Status**      | <p>Status of Transaction<br>• <strong>Success</strong>: Completed transactions.<br>• <strong>Failed</strong>: Transactions that did not go through.<br>• <strong>Processed</strong>: Transactions are currently being handled.</p>                                                                    |
| **Amount**      | <p>Credit change:<br>• A <strong>positive amount (+)</strong> indicates credits added<br>• A <strong>negative amount (-)</strong> indicates credits deducted (service usage or failed reversals).</p>                                                                                                 |

### Table Filter <a href="#contentify_1" id="contentify_1"></a>

The filter allows users to apply multiple filters at the same time to quickly find specific transactions.

* **Balance Type:**
  * **Top-up Credits (Default)**: View only top-up transactions.
  * **Voucher Credits**: View only voucher transactions.
* Select multiple options of **Service, Status**
* **Date Range**: Set the time frame for the records you want to view using **Start Date** and **End Date**.

### Export records to Excel <a href="#contentify_2" id="contentify_2"></a>

Please note that the **transactions shown in the Credit History tab are limited** and may not include your full transaction history. The **Export Excel** feature allows you to quickly **download all your transaction** records for easier tracking, reporting, or auditing.

Follow the instructions below:

1. Navigate to the **Credit History** tab.
2. Select the desired filter:
   * **Top-up Credits**: To export all top-up transactions currently displayed.
   * **Voucher Credits**: To export all voucher transactions currently displayed.
3. Click the **Export Excel** button at the top right of the table.
4. An Excel file will be **automatically downloaded** to your device.


---

# 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://ai-docs.fptcloud.com/account/billing/tutorials/credit-history.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.
