Create a verification request

Request verification of an unlisted organization. If the organization cannot be found through Chariot's search, you can submit a verification request so that Chariot's compliance team can review and verify the organization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The request to create a verification request for an unlisted organization.
einstringRequired
The EIN of the organization to verify
organization_namestringRequired
The name of the organization as known to the grantmaker
recommended_mailing_addressobjectRequired
A mailing address for the organization being verified.
websitestringOptional
The organization's website URL
contact_emailstringOptional
Contact email for the nonprofit organization.

Response

The verification request was created
idstringRead-only
Unique identifier for the verification request
einstring
The EIN of the organization being verified
organization_namestring
The name of the organization as provided by the grantmaker
organization_idstring
The ID of the Organization record for the nonprofit being verified.
statusenum
The status of the verification request. Possible values include: - `needs_review`: The request has been submitted and is awaiting review by Chariot's compliance team - `verified`: The organization has been verified as tax-exempt and eligible for disbursements - `failed`: Chariot's compliance team determined the organization is not eligible
Allowed values:
websitestring
The organization's website URL
recommended_mailing_addressobject
A mailing address for the organization being verified.
verified_atstringRead-onlyformat: "date-time"

When the organization was verified as tax-exempt and eligible for disbursements

failed_atstringRead-onlyformat: "date-time"
When the verification request was rejected
created_atstringRead-onlyformat: "date-time"
When the verification request was created
updated_atstringRead-onlyformat: "date-time"
When the verification request was last updated

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
409
Conflict Error
412
Precondition Failed Error