# Card Transaction Type

<table><thead><tr><th width="183">Type</th><th>description</th></tr></thead><tbody><tr><td><strong>charge</strong></td><td>refer to Credit Card  consumption transactions </td></tr><tr><td><strong>refund</strong></td><td>refer to Credit Card  refund transactions </td></tr><tr><td><strong>top_up</strong></td><td>refer to <strong>MuseWallet</strong> deposit transactions </td></tr><tr><td><strong>repay</strong></td><td>refer to Credit Card  repay transactions </td></tr><tr><td><strong>cashback</strong></td><td>refer to Credit Card  cashback transactions </td></tr><tr><td><strong>interest</strong></td><td>refer to Credit Card interest transactions </td></tr><tr><td><strong>fee</strong></td><td>refer to Credit Card fee transactions </td></tr><tr><td><strong>other</strong></td><td>refer to Credit Card other transactions </td></tr><tr><td><strong>to_wallet</strong></td><td>refer to <strong>MuseWallet</strong> withdraw transactions </td></tr></tbody></table>


---

# 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://docs-card.musepay.io/enums/card-transaction-type.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.
