# How does Wallet works?

#### Wallet functionality on Foodomaa is used for different purposes:<br>

* When a customer pays for their order via any Online Payment Gateways available on Foodomaa, and then the customer requests for a Refund of the order, or due to some issue with the order processing or operational issue, the Admin/Store Owner needs to cancel the order, then the Paid amount by the customer is sent to the customer's wallet.<br>
* Admin can manually Add/Subtract the amount from the customer's wallet using the Admin Dashboard.\
  (**Admin Dashboard > Users > All Users > View > Wallet Balance**)<br>
* Wallets are also used for storing the Delivery Guy's commission and Tips for the Delivery Guys.

####

#### How to change the Wallet name?

Go to **Admin Dashboard > Settings > General > Wallet Name**\ <br>


---

# 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.foodomaa.com/faqs/how-does-wallet-works.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.
