> 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/disbursements/for-grantmakers.md).

# For Grantmakers

When your organization sends a grant through Disbursements, you’ll see a **status** associated with each disbursement. This status reflects where the disbursement is in the process, from approval to completion. Below is a breakdown of each possible status and what it means for our grantmaker partners.

***

### 📝 Approval & Verification Stages

* **🟠 Needs Approval**\
  This disbursement is awaiting approval from the grantmaker partner's team.
* **🟣 Awaiting Verification**\
  This disbursement is pending final verification by Chariot’s Compliance team.
* **🟣 Validating Organization**\
  Chariot is validating the recipient organization’s payment and contact information before submission.

***

### 📤 Submission & Payment Stages

* :yellow\_square:  **Awaiting Account Claim**\
  The disbursement has completed all approvals and is queued to be sent to the recipient organization. At this stage, Chariot is prompting the nonprofit to enroll with Chariot for faster payouts.
* :yellow\_square: **Awaiting Balance**

  The disbursement has completed all approvals and is queued to be sent to the recipient organization. At this stage, additional funds are required from the grantmaker partner.
* **🟦 Submitted**\
  The disbursement has been sent and will update to **Completed** once the funds are received electronically or the check is deposited.
* **✅ Completed**\
  The recipient organization has received the disbursement and the funds have settled.

***

### ⚠️ Stopped or Unsuccessful Disbursements

* **🔴 Rejected**\
  The disbursement was rejected by the grantmaker partner's team.
* **🔴 Canceled**\
  The disbursement was canceled by the the grantmaker partner's team.
* **🔴 Stopped**\
  The transfer was stopped because the organization did not deposit the funds within 90 days.
* **🔴 Returned**\
  The transfer was stopped because the mailed check was returned to sender.

{% hint style="warning" %}
If a disbursement is **Stopped** or **Returned**, Chariot will automatically reissue the payment.
{% endhint %}


---

# 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/disbursements/for-grantmakers.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.
