> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AcceptorApplicationCounts

> The count of acceptor applications grouped by status.

`OBJECT`

The count of acceptor applications grouped by status.

## Fields

<ResponseField name="acceptorApplicationStatus" type="AcceptorApplicationStatus!" required>
  The status of the acceptor applications in this group.

  <Expandable title="Possible enum values">
    <ResponseField name="APPROVED" type="enum">
      The application has been approved, either automatically or manually. A processing account may now be created.
    </ResponseField>

    <ResponseField name="CREATED" type="enum">
      The application has been created but not yet submitted.
    </ResponseField>

    <ResponseField name="DECLINED" type="enum">
      The application has been rejected due to verification failures, compliance issues, or other disqualifying factors.
    </ResponseField>

    <ResponseField name="PENDING" type="enum">
      The application is awaiting manual review or requires additional information to complete the underwriting process.
    </ResponseField>

    <ResponseField name="PROCESSING" type="enum">
      The application is currently being evaluated by the system.
    </ResponseField>

    <ResponseField name="SUBMISSION_FAILED" type="enum">
      The application submission failed due to a system error. Error messaging has been returned.
    </ResponseField>

    <ResponseField name="SUBMISSION_INVALID" type="enum">
      The application submission failed due to missing or invalid data. Errors must be corrected before resubmission.
    </ResponseField>

    <ResponseField name="WITHDRAWN" type="enum">
      The application has been withdrawn by the applicant, transactor, or Tesouro. No further review or decision will occur.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="total" type="Int!" required>
  The total number of acceptor applications with this status.
</ResponseField>
