> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/back-office-guide/references/transaction-statuses.md).

# Transaction statuses

The following statuses can be assigned to transactions such as deposits, withdrawals, transfers, internal transfers, and exchanges:

* **New** — a transaction was created but hasn’t yet been processed.
* **Pending** — indicates either that a transaction request awaits approval from the admin or that some technical issues occurred.
* **Hold** *(applicable for withdrawals only)* — a requested withdrawal amount is being put on hold on a client account.
* **Hold failed** *(applicable for withdrawals only)* — an error occurred when putting on hold a requested withdrawal amount.
* **Refund** *(applicable for withdrawals only)* — after putting on hold a requested withdrawal amount, a transaction wasn’t further processed and the amount was successfully refunded to a client.
* **Refund failed** *(applicable for withdrawals only)* — a requested withdrawal amount put on hold on a client account failed to be refunded due to technical issues.
* **In progress** — a transaction is being processed.
* **Done** — a transaction was successfully completed.
* **Partial** — transaction processing wasn’t finished due to technical issues. Such transactions need to be addressed on the [Finance > Transactions](/back-office-guide/finance/transactions.md) page (for details, refer to [How to process transactions with the Partial status](/how-to-articles/manage-finances/how-to-process-transactions-with-the-partial-status.md)).
* **Assistance** — indicates that the transaction status couldn't be determined automatically and the transaction requires manual action. This status may apply only to deposits and withdrawals initiated through methods connected via [PSS](/integrations/payment-systems.md#payment-system-service-pss). The admin must decide whether to continue syncing the status with the external payment system used to process the transaction or mark it as failed (for details, refer to [How to process transactions with the Assistance status](/how-to-articles/manage-finances/how-to-process-transactions-with-the-assistance-status.md)).
* **Failed** — a transaction failed due to incorrect parameters.
* **Rejected** — a transaction request was rejected by the admin.
* **Canceled** — a transaction was canceled by a client.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.b2core.b2broker.com/back-office-guide/references/transaction-statuses.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
