# Transactions and address tracking

### Payments

Here you will find all payments created by your clients and replenishments from agents.

**Payment status:**

* **Success -** payment successfully received
* **Canceled -** payment was canceled because funds were not received before the payment window was closed
* **Pending -** waits for confirmation in the blockchain network, can take from a few seconds to several minutes
* **Insufficient -** payment received is underpaid and requires confirmation in the [Confirmations menu](/quick-start/payment-confirmation.md)

<figure><img src="/files/logDJFwv3tymsU35m1LB" alt=""><figcaption></figcaption></figure>

**"Show webhooks"** button - can use it to view callbacks and resend them manually.

<figure><img src="/files/PSv5g5SiyN6r1zLHWfUN" alt="" width="304"><figcaption></figcaption></figure>

### Withdrawals

Here you will find all the withdrawals created by your clients and by you.

**Withdrawal status:**

* **Success -** withdrawal completed successfully
* **Pending -** waits for confirmation in the blockchain network, can take from a few seconds to several minutes
* **To confirm -** withdrawal above the limit specified in the settings awaits [**confirmation**](/quick-start/payment-confirmation.md) by the merchant or manager
* **Rejected -**  the withdrawal is rejected by the merchant or manager
* **Confirmed -** the withdrawal is confirmed by the merchant or manager

<figure><img src="/files/iWhZ1rVqFSmb5PhTQa5I" alt=""><figcaption></figcaption></figure>

### Static wallets&#x20;

Here you can see the static wallets addresses of your clients

<figure><img src="/files/8Ww8ICWzEHn1SK9q6kZw" alt=""><figcaption></figcaption></figure>


---

# 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.0xprocessing.com/quick-start/transactions-and-address-tracking.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.
