> For the complete documentation index, see [llms.txt](https://help.givechariot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.givechariot.com/gift-processing/passthrough-accounting.md).

# Passthrough Accounting

### Why does Chariot recommend Asset Accounting?

Chariot recommends treating your Chariot Deposit Account as a financial asset on your chart of accounts. Under this approach, reconciliation happens directly against deposits as they settle in Chariot, reducing manual matching work and making reconciliation significantly easier to manage at scale. See [Accounting & Finance Teams](/gift-processing/accounting-and-finance-teams.md).

***

### Passthrough Accounting Challenges

Passthrough Accounting treats Chariot as a clearing account rather than as a bank account on your chart of accounts. Under this approach, revenue is typically recorded when funds arrive in the organization’s primary operating account rather than when deposits settle in Chariot.

While this workflow is possible, Chariot generally does not recommend it because it introduces additional operational complexity and increases the risk of reconciliation errors over time.

The primary challenge is that outbound transfers from Chariot are not tied to specific deposits.

For example, multiple inbound deposits may later be combined into a single outbound transfer, and your operating bank statement will not show which deposits make up that transfer.

As a result, organizations using PassThrough Accounting must maintain their own mapping between:

* Deposits inside Chariot
* Outbound transfers

As payment volume grows, this workflow becomes significantly harder to manage and reconcile accurately.

***

### How It Works

1. **Match Deposit Increments:** Move funds out of Chariot in the exact amounts they were received so each outbound transfer maps cleanly to a specific deposit or group of deposits.
2. **Tag Deposits Before Transferring Funds:**  Before initiating a transfer, tag the deposits associated with an internal reconciliation reference (i.e., transfer date, Batch ID). This creates a traceable relationship between Chariot deposits and outbound operating account transfers.
3. **Surface Identifier On Donations:** Many organizations use the Relation Property so the deposit reconciliation identifier appears directly on associated donation records.


---

# 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://help.givechariot.com/gift-processing/passthrough-accounting.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.
