# Move to Success

The deposit or withdrawal can be moved to **Success** in the **PaymentSystem Deposit Assistance** or **PaymentSystem Withdrawal Assistance** request only if the latest attempt of the [Polling job](/how-to-articles/manage-finances/how-to-process-transactions-with-the-assistance-status.md#polling-job) process has the **Unprocessable** status, indicating that it must be finalized manually.

{% hint style="warning" %}
Before moving a transaction to **Success**, you must verify in the external payment system that the corresponding transaction exists and has been successfully executed; otherwise, it may be incorrectly marked as successful, leading to discrepancies in the client's balance.
{% endhint %}

To move a transaction to **Success**:

{% stepper %}
{% step %}
In the related **PaymentSystem Deposit Assistance** or **PaymentSystem Withdrawal Assistance** request, click **Move to success**.
{% endstep %}

{% step %}
In the displayed popup, fill in the following fields:

* In the **Final amount** field, enter the amount to be deposited to or withdrawn from the client's wallet. The amount must be in the currency in which the transaction was initiated.

{% hint style="warning" %}
If a client initiates a transaction in one currency but completes the payment in another, you must manually convert the amount and enter its equivalent in the currency in which the transaction was initiated. This amount will be deposited to or deducted from the client's wallet.
{% endhint %}

* To confirm the action, solve a simple math problem and enter the result in the **Verification code** field.

<figure><img src="/files/g4rDf1Z7y2MKTzlMDiBO" alt="Move the deposit to success"><figcaption><p>Move the deposit to success</p></figcaption></figure>
{% endstep %}

{% step %}
Click **OK** to change the transaction status.
{% endstep %}
{% endstepper %}

Once the transaction status is set to **Success**, the request will be marked as **Approved**.


---

# 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.b2core.b2broker.com/how-to-articles/manage-finances/how-to-process-ps-deposit-assistance-and-ps-withdrawal-assitance-requests/move-to-success.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.
