> For the complete documentation index, see [llms.txt](https://docs.buildertek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.buildertek.com/index-4/record-payments.md).

# Record Payments

A Funding Transaction can receive multiple payments over time.

For example, if your organization requests $1,000,000 in grant funding, the funds may be received in several installments rather than as a single payment. BuilderTek allows you to record each payment separately, creating a complete history of all incoming funds associated with the transaction.

{% stepper %}
{% step %}

## Open Record Payment

* Open the Funding Transaction and locate the “Record Payment” button in the top-right corner of the dashboard.
* Click “Record Payment.”

![](/files/1c645d631964663da2406022e489763c6a6afd32)

A new payment window will appear.

<img src="/files/a4afdf0ca8a398fb55928b3397de5641dc70b70a" alt="" width="375">
{% endstep %}

{% step %}

## Enter Payment Details

Fill in the payment information, including:

* Payment Name
* Amount Received
* Date Received
* Payment Method (Check, EFT, ACH, Wire, etc.)
* Reference Number / Notes (if applicable)
  {% endstep %}

{% step %}

## Save the Payment

* Click “Save Installment.”
* The payment is now added to the Funding Transaction.

You can repeat this process whenever additional installments are received.

![](/files/3f36efa959ad97fac1e7ee67e4d911ccfd9ea4a0)
{% endstep %}
{% endstepper %}

## Funding Transaction Dashboard Overview

The Funding Transaction dashboard provides a complete financial view of the fund, including:

* Total amount requested
* Total amount received
* Amount allocated
* Amount disbursed
* Amount reserved
* Remaining available balance

This dashboard becomes the primary funding view and serves as the base for allocating funds to projects, expenses, and other financial activities across BuilderTek.

<img src="/files/03f24feef544dd5556db5e5543bca9daa885f596" alt="" width="563">


---

# 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.buildertek.com/index-4/record-payments.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.
