> For the complete documentation index, see [llms.txt](https://docs.faspay.co.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faspay.co.id/getting-started/faspay-billing-2.0/how-to-use/billings/static-va-generator/static-va-list.md).

# Static VA List

1. On [Billings](https://docs.faspay.co.id/getting-started/faspay-billing-2.0/how-to-use/billings), click **Static VA List.**

<figure><img src="/files/UGfnB0djpb0GDXRqachh" alt="" width="563"><figcaption></figcaption></figure>

2. Here’s the list of Static VA that has been generated.

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

#### Field Parameters Static VA List

<table><thead><tr><th width="239">Field</th><th>Description</th></tr></thead><tbody><tr><td>Date Generated</td><td>Date the VA is generated</td></tr><tr><td>Va Number</td><td>The number of VA</td></tr><tr><td>Customer Name</td><td>Customer name</td></tr><tr><td>Customer Group</td><td>Group of customer</td></tr><tr><td>Bank</td><td>Bank name</td></tr><tr><td>Status</td><td>VA status (Active/Inactive)</td></tr><tr><td>Action</td><td>Action button to see the details of VA and payment history</td></tr></tbody></table>

## Search VA

You can search the data of Static VA, by these parameters:

* Date Generated
* VA Number
* Customer Name
* Customer Group
* Bank
* Status

As example, this the results when you search the data by **Customer Name.**

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

## Export VA List

You can export all of VA lists that exist, or you can export it on certain dates.

1. Choose the date range, then click **Apply.**

<figure><img src="/files/ttObqdVNtK0QGxgYBXom" alt="" width="435"><figcaption></figcaption></figure>

2. Shows VA list based on the range date chosen, then click print icon button.

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

3. Shows Success notification.

<figure><img src="/files/gmBObwHzNvV5bm5Fv2eE" alt="" width="258"><figcaption></figcaption></figure>

4. The Static VA Lists successfully downloaded in excel file.

<figure><img src="/files/l4oHLuTYhgPfJRBZSuU2" alt="" width="251"><figcaption></figcaption></figure>

5. Here’s the details of billing list that has been downloaded.

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.faspay.co.id/getting-started/faspay-billing-2.0/how-to-use/billings/static-va-generator/static-va-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
