# Transaction statuses

<mark style="color:orange;background-color:orange;">**In progress**</mark>\
The transaction is currently being processed. The funds in the account are temporarily reserved (reserved), but the debit from the payment system has not yet been received.

<mark style="color:green;background-color:green;">**Completed**</mark>\
The transaction is completed. The payment system confirmed the debit, and the funds were successfully withdrawn from the account.

<mark style="color:red;background-color:red;">**Reversed**</mark>\
Transaction canceled, account funds released (unholding). There was no write-off.

<mark style="color:red;background-color:red;">**Partial reversed**</mark>\
Part of the transaction amount has been canceled and the corresponding part of the funds has been released. The balance remains on hold.

<mark style="color:blue;background-color:blue;">**Unhold**</mark>\
The transaction was not debited by the due date, so the funds were automatically released from the hold.

<mark style="color:purple;background-color:purple;">**Refund**</mark>\
Merchant has returned the funds. Refund has been credited to the account.

<mark style="color:purple;background-color:purple;">**Partial refund**</mark>\
Merchant has returned some of the funds, they have been deposited into the account. The balance remains on hold.


---

# 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.fbm-pay.com/eng/transactions/transaction-statuses.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.
