> For the complete documentation index, see [llms.txt](https://v2.docs.securepay.my/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.docs.securepay.my/basics/reports-1.md).

# Virtual Accounts

## Virtual Accounts

A **Virtual Account (VA)** is a unique account number generated for a specific customer, transaction, or invoice.

It allows merchants to:

* Separate incoming funds
* Simplify settlement management
* Reduce manual payment matching

> A Virtual Account is **not a physical bank account**.\
> It is a system-generated identifier mapped to your designated settlement account.

#### Virtual Accounts

Funds can be separated into different virtual accounts for better financial management:

* **Main** – Account for settlement purpose.
* **Credit** – Used for credit-related transactions.
* **Default (Virtual)** – A virtual account used for system-defined settlements. You can create multiple virtual to separate your form collection earning.&#x20;
* **Commission** – A virtual account used to automatically separate and manage commission earned from each transaction.

***

## Overview

The **Virtual Account Overview** page provides a summary of your selected virtual account, including balance, bank mapping, and settlement configuration.

This page allows merchants to monitor incoming funds before settlement to their designated bank account.

#### 1. Current Balance

Displays the total available balance inside this virtual account.

> Example: RM0.00

This represents funds that have been received but not yet settled. You may view the settlement breakdown if there is pending settlement. Negative amount of settlement will be automatically on hold.

#### 2. Payable Amount

Shows the amount eligible for transfer to the registered settlement bank account.

This may exclude:

* Pending transactions
* Processing fees
* On-hold amounts

## Account Information

Below the balance section, detailed account configuration is displayed.

| Field              | Description                                                  |
| ------------------ | ------------------------------------------------------------ |
| **Name**           | Internal name of the virtual account                         |
| **UUID**           | System-generated unique identifier                           |
| **Account Number** | The internal virtual account number                          |
| **Balance**        | Current available balance                                    |
| **Status**         | Indicates whether the account is Active / Suspended / Closed |
| **Bank**           | The linked settlement bank account                           |
| **Transfer Mode**  | Defines how funds will be settled                            |
| **Description**    | Optional internal note                                       |

### Bank Mapping

The **Bank** field shows the designated settlement account.

Example:

> BANK RAKYAT – 15146335221

This means:

* Funds collected into this virtual account
* Will be transferred to the linked Maybank account

### Transfer Mode

| Mode       | Description                                                                                                           |
| ---------- | --------------------------------------------------------------------------------------------------------------------- |
| **Auto**   | Funds are automatically transferred to main account for settlement purpose.                                           |
| **Manual** | Merchant must manually trigger payout. The settlement account bank can be set in the virtual account or main account. |

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

***

## Reports

The **Reports** feature allows you to view detailed transaction and account activity summaries. Reports can be used for:

* Financial auditing
* Monitoring collections across different virtual accounts

To download **Virtual Account Report**:

1. Click the virtual account card in the account page.
2. Select the statement that you want to view. It can be **Daily** or **Monthly**.
3. Download or export the report for further analysis.

<figure><img src="/files/8Wsa9rpqYZMzu2GvmO2B" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Reports help ensure transparency and provide merchants with clear insights into their financial activity.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://v2.docs.securepay.my/basics/reports-1.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.
