> 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/payment-history.md).

# Payment History

1. On Static VA List, click action button on the VA that you want to see in details.

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

2. It will shows the detail of VA Payment History.

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

#### Field Parameters Payment History

<table><thead><tr><th width="305">Field</th><th>Description</th></tr></thead><tbody><tr><td>VA Number</td><td>The number of VA</td></tr><tr><td>Customer Name</td><td>Customer name</td></tr><tr><td>Bank</td><td>Bank name</td></tr><tr><td>Outstanding Amount(Rp)</td><td><p>Total outstanding amount for unpaid invoice</p><p>Notes: only use for Static VA Close</p></td></tr><tr><td>Status</td><td><p>VA Status</p><ul><li>Yes : Active VA</li><li>No : Inactive VA</li></ul></td></tr><tr><td>Payment Date</td><td>Date of the payment</td></tr><tr><td>Transaction ID</td><td>ID number of transaction</td></tr><tr><td>Invoice ID</td><td>ID number of invoice</td></tr><tr><td>Payment Amount</td><td>Payment amount</td></tr><tr><td>Description</td><td>Payment description</td></tr><tr><td>Action</td><td>Action button to print payment receipt.</td></tr></tbody></table>

## Search Payment History

You can search the data of payment history, by these parameters:

* Payment Date
* Transaction ID
* Invoice ID
* Payment Amount
* Description

As example, this the results when you search the data by **Transaction ID**.

<figure><img src="/files/1xqQ3xH66EnFjJLtWiUw" alt=""><figcaption></figcaption></figure>

## Download Payment Receipt

1. Click on action button to download the payment receipt.

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

2. The pdf file will be downloaded.

<figure><img src="/files/389kh3RnDmUM5iuTyx2s" alt="" width="359"><figcaption></figcaption></figure>

3. Here’s the details of payment receipt. You can share it to your customer.

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

## Deactive VA

Merchant can deactivate the VA number. If the VA number is deactivated, customers will not be able to make payments or inquiries using it.

1. On active VA at Payment History page click switch button on Status.

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

2. Click **Yes, Deactive.**

<figure><img src="/files/5vP4POgdoARiUclKMjJp" alt="" width="280"><figcaption></figcaption></figure>

3. The VA has been successfully deactive.

<figure><img src="/files/0x9vlJJZpLmSWUVBDuNb" alt="" width="279"><figcaption></figcaption></figure>

## Activate VA

Merchant can activate the VA number, so customers will be able to make payments or inquiries using it.

1. On inactive VA at Payment History page click switch button on Status.

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

2. Then click **Yes, Activate.**

<figure><img src="/files/7tYKKXJ36LXxIKTXLTWY" alt="" width="279"><figcaption></figcaption></figure>

3. The VA has been successfully activated.

<figure><img src="/files/1wnm25WAHT7Hoh9KDQBY" alt="" width="279"><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/payment-history.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.
