Disable an approved Donor Account.
A disabled Donor Account remains approved but cannot submit new Grant Requests. Existing Grant Requests already in flight are unaffected — disabling does not retroactively cancel or reject prior activity. Use this when a DAF needs to temporarily prevent a donor from initiating new grants (e.g. account under review, donor offboarding) without rejecting the underlying identity verification.
This endpoint is idempotent — calling it on an already-disabled account returns the Donor Account unchanged.
approved status. Calls on a pending or rejected account return status 409 Conflict.Bearer authentication of the form Bearer <token>, where token is your auth token.
The Donor Account was disabled (or was already disabled).
The status of a Donor Account.
pending: The Donor Account has been created but the DAF has not yet approved or rejected it.approved: The DAF has verified the donor’s identity and Grants from this account can be processed.rejected: The DAF has rejected the Donor Account. Grants from this account will not be processed.The DAF’s internal identifier for this Donor Account. Can be set on creation or via Update Donor Account to link the DAFpay Donor Account to the donor’s record in the DAF’s own systems.
Details about the approval decision. Present when status is approved; otherwise null.
Details about the rejection decision. Present when status is rejected; otherwise null.
Whether this Donor Account is currently disabled. A disabled Donor Account remains approved but cannot submit new Grant Requests — call Enable Donor Account to re-enable it. Disabling is only available for accounts in approved status.