An Organization
represents an operating nonprofit or an operating sub-organization of a parent or sponsoring nonprofit.
The generally accepted identifier for an organization is its domain. This domain provides proof of identity, ownership and relationship to an entity.
Organizations can receive payments from payers on the network.
The lifecycle status of the disbursement. Possible values include:
pending_approval
: The disbursement is awaiting approval from the grantmakercanceled
: The disbursement was canceled by the grantmakerawaiting_verification
: The disbursement is awaiting verification from Chariotrejected
: The disbursement was rejected by Chariot before being submittedvalidating_organization
: Validating recipient organization’s payment and contact information before submission.pending_submission
: The disbursement is awaiting submission to the payment networksubmitted
: The disbursement payment has been submitted to the payment network and is being processedstopped
: The disbursement payment was stopped after it was submittedcompleted
: The disbursement payment has been completed and funds have been received by the receiving organizationfailed
: The disbursement payment failed or the receiving organization did not receive the paymentTo see a description of each status, see the “Disbursement Lifecycle” section of the Chariot documentation.
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Cancel a pending disbursement in a pending_approval state. If the disbursement is in a different state, this will return a 400 error.