# Deposits

After fully registering with us, you get a BSB and a dedicated Virtual Account Number (VAN).

{% hint style="warning" %}
IMPORTANT: Your Australian VAN will be restricted to local Australian transfers. For international payments (aka FX payments), we offer different solutions.
{% endhint %}

Every deposit to your VAN would increase your Flash Payments balance.

Every deposit can trigger a [Webhooks](/basics/webhooks/regular-webhooks.md) notification, keeping you informed in real time

The deposit data includes the payment reference (we call it `externalReference` in this API).

By default, only you are permitted to make deposits. However, we can enable third-party deposits for your account upon request. Once enabled, your account number functions as a local collection account, allowing others to deposit funds on your behalf.

We can also enable the [sub-client](/accounts/virtual-account-numbers.md) feature. It allows you to programmatically create client accounts with dedicated BSB and account number for transactional purposes. You can give these bank account details to your clients to accept deposits. Once funds arrive, we will increase your account balance, and you will see a deposit with sub-client information linked to it.

To browse your deposits, you can use our [FlashConnect](https://connect.uat.flash-payments.com.au/login) interface.

{% hint style="info" %}
Tip. You can simulate and test a deposit with the FlashConnect tool in the UAT environment. Just go to the *Deposits* page and click "SEND TEST DEPOSIT".\
\
Additionally, you can test a deposit sent by your [sub-client](/accounts/virtual-account-numbers.md) in the UAT. Just go to the *Sub-clients* page, find the sub-client, and click "SEND TEST DEPOSIT".
{% 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.flash-payments.com/moving-funds/deposits.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.
