# Manage Wallet

The feature allows: Check withdrawal process and transaction processing, View transaction history, withdraw funds from your e-wallet, and select a payout method

<figure><img src="/files/9G9AuBHzaWg0mGHob5Af" alt=""><figcaption></figcaption></figure>

## 1. Check withdrawal process and transaction processing

<figure><img src="/files/0ocSWzmvOyd6qrTxT0GE" alt=""><figcaption></figcaption></figure>

* Pending: When a booking is made successfully, money will go to "Pending" and this amount of money is not yet available for withdrawal&#x20;
* Withdrawable Balance: after the customer has finished experiencing the service, the system will automatically transfer the money to Balance

## 2. Withdraw funds from your e-wallet

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

## 3. Select a payout method

Select one of payout methods that are created in backend

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

**Please, note**: If you want to add a payout method, read [here](/bookpro/backend/payout.md)


---

# 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://ova-themes.gitbook.io/bookpro/frontend/manage-wallet.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.
