# Transaction Statuses (Trx)

{% hint style="info" %}
**Transaction (Transaction) StatusId parameter represents the StatusIds returned in the JSON from the service that lists the transactions. It should not be confused with other StatusIds.**
{% endhint %}

**Transaction Status (StatusId)**

<table><thead><tr><th width="160.5">Id</th><th>Status</th></tr></thead><tbody><tr><td>1</td><td><pre><code>Waiting
</code></pre></td></tr><tr><td>2</td><td><pre><code>Success
</code></pre></td></tr><tr><td>3</td><td><pre><code>Unsuccessful
</code></pre></td></tr><tr><td>4</td><td><pre><code>InProgress
</code></pre></td></tr><tr><td>5</td><td><pre><code>Abandoned
</code></pre></td></tr></tbody></table>
