# Transfers

## Overview

This group of endpoints allows you to make direct withdrawals from your main wallet balance, manage transfer status and access information about your transfers, note that transactions here are binding and similarly tracked as the transfers you make through your dashboard.

You are advised to setup your webhook in order to receive prompt updates about your transfer status from our servers.&#x20;

&#x20;

{% hint style="info" %}
See [Webhooks](/webhooks.md) to setup your webhook endpoints and receive dispatched transfer events.
{% endhint %}

{% hint style="info" %}
See [Balances](/miscellaneous/balances.md) to retrieve your updated balances.&#x20;
{% endhint %}


---

# 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://developer.browpay.com/payouts/transfers.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.
