> 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/qr-business-profile/transaction-history-on-business-profile.md).

# Transaction History on Business Profile

## Transaction History

Transaction History of your QR Business Profile is accessible at Merchant Page, **Faspay Billing/Business Profile/Transaction History**. Here’s transaction history list of your customers.

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

### Searching Transaction History

You can search your transaction history by using these parameters:

* Transaction Date (Date of transaction)
* Transaction ID (Transaction ID number)
* Profile Name (Business profile name)
* Customer Name (Customer name)
* Category Source (Category “payment/billing”)
* Transaction Nominal (Transaction amount)
* Status (Transaction status)

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

This the sample of search results by **Profile Name: Basudara Store, Status: Expired**.

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

### Download Transaction History

Transaction history can be downloaded in Excel format by click **Export Excel.** You can also filter the history data that you want to export by selecting a specific range of transaction dates.

<figure><img src="/files/1SlSOUeHERcYN3D5sbi2" alt="" width="375"><figcaption></figcaption></figure>

Here’s the transaction history that has been downloaded in Excel format.

<figure><img src="/files/T0D4TML4lVAbbyKA9DbZ" 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/qr-business-profile/transaction-history-on-business-profile.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.
