# İşlem Tipleri (Trx)

{% hint style="info" %}
İşlem (Transaction) **`TypeId`** parametresi işlemlerin listelendiği servisten dönen JSON içerisindeki TypeId'leri temsil etmektedir. Diğer TypeId'ler ile karıştırılmamalıdır.
{% endhint %}

**İşlem Tipi (TypeId)**

<table><thead><tr><th width="160.5">Id</th><th>Durum</th></tr></thead><tbody><tr><td>1</td><td><pre><code>Satış/Ödeme
</code></pre></td></tr><tr><td>2</td><td><pre><code>İptal
</code></pre></td></tr><tr><td>3</td><td><pre><code>İade
</code></pre></td></tr><tr><td>4</td><td><pre><code>Terk Edilmiş
</code></pre></td></tr><tr><td>5</td><td><pre><code>Eşlenikli İade
</code></pre></td></tr><tr><td>6</td><td><pre><code>Eşleniksiz İade
</code></pre></td></tr><tr><td>7</td><td><pre><code>Ön Provizyon
</code></pre></td></tr><tr><td>8</td><td><pre><code>Ön Provizyon - Kapatma
</code></pre></td></tr><tr><td>9</td><td><pre><code>Loyalty Taksit
</code></pre></td></tr><tr><td>10</td><td><pre><code>Loyalty Puan Sorgulama
</code></pre></td></tr><tr><td>11</td><td><pre><code>Loyalty Puan Kullanım
</code></pre></td></tr><tr><td>12</td><td><pre><code>Qr Oluşturma
</code></pre></td></tr><tr><td>13</td><td><pre><code>Qr Sorgulama
</code></pre></td></tr><tr><td>14</td><td><pre><code>Puanlı Satış
</code></pre></td></tr><tr><td>15</td><td><pre><code>Puanlı Taksit
</code></pre></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://developer.paywall.one/fiziksel-pos/sistem-verileri/islem-tipleri-trx.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.
