How It Works
Platform Onboarding
Create a Chariot Deposit Account
Add funds to your Chariot Deposit Account
Send your first disbursement to a verified nonprofit
To get started with Chariot Disbursements, you’ll need to register for an account with Chariot, open a Chariot Deposit Account, and go through the onboarding processes for both.
After you are approved and verified, you’ll be given access to a dashboard where you will be able to manage and create API Keys.
Send a Disbursement
This section provides the steps required to send a disbursement via API. Note, you can also initiate and send disbursements directly from your dashboard.
Fund your account
First, you’ll need to fund your Chariot Deposit Account with the amount of money you’d like to send in disbursements.
You can do this by creating an Inbound Transfer. Note that the funds will need to be available in your Chariot Deposit Account before you can create and send disbursements. You can use the GET Financial Account Balance endpoint to check the balance of the account.
Find an Organization
Next, search for the nonprofit organization using their name or EIN:
If the organization cannot be found through Chariot’s search, you can submit a Verification Request to have Chariot’s compliance team review and verify the organization. See Disbursing to Unlisted Organizations below.
Create a Disbursement
Finally, create a Disbursement to the Organization with the amount that you want to send.
You can create multiple Transactions for a single Disbursement to attribute multiple individual donations to the same Disbursement.
Once you receive a successful response, Chariot will use the funds in your account to push a payment to the organization. You can call the GET Disbursement endpoint to see the status of the submission.
To learn more about how to handle errors, please refer to the FAQ.
Disbursing to Unlisted Organizations
If the organization you want to disburse to is not found through Chariot’s Search Organizations endpoint, you can use the Verification Request API to request that Chariot’s compliance team verify the organization.
Create a Verification Request
Submit a verification request with the organization’s EIN, name, and mailing address. You can track the status of the request using the GET Verification Request endpoint.
Create a Disbursement
Use the organization_id from the verification request response to create a disbursement. By default, the disbursement will wait for Chariot’s compliance team to verify the organization before proceeding. You can optionally set bypass_chariot_organization_verification to override this behavior:
false(default): The disbursement will remain in theawaiting_verificationstatus until Chariot’s compliance team has verified the nonprofit.true: The disbursement will proceed through its normal lifecycle without waiting for Chariot to verify the organization. Only set this if you have independently verified the organization and do not want to wait for or rely on Chariot’s verification.
Monitor Verification Status
You can track the progress of the verification by polling the GET Verification Request endpoint or by subscribing to verification_request.updated webhook events. The status will transition through:
Disbursements without bypass_chariot_organization_verification enabled will remain in awaiting_verification until the verification request status is verified.
Once the verification request is verified, eligible disbursements will progress as usual. However, some disbursements may not move out of awaiting_verification immediately, as additional review steps may be required on a per-disbursement basis.
Chariot Disbursements for Nonprofits
Chariot provides a service to nonprofits to facilitate receiving disbursements from grantmakers and other platforms.
If a nonprofit has a Chariot Deposit Account, Chariot is able to present a consolidated view of all payments received by the nonprofit in their dashboard across all grantmakers. In this case, a payment should settle instantly.
If a nonprofit does not have a Chariot Deposit Account, they can still receive payments via Chariot’s Disbursements. In this case, Chariot will mail a paper check to the nonprofit’s verified postal address.

