> ## 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.

# DiscoverOutput

> Discover payment network configuration for an acceptor, identifying which program (Acquired or Retained) is in use.

`INTERFACE`

Discover payment network configuration for an acceptor, identifying which program (Acquired or Retained) is in use.

## Fields

<ResponseField name="program" type="DiscoverProgram">
  The Discover program type indicating how the acceptor is enrolled with Discover.

  <Expandable title="Possible enum values">
    <ResponseField name="ACQUIRED" type="enum">
      An acquirer outside of Discover handles the financial settlement of funds, and manages chargebacks.
    </ResponseField>

    <ResponseField name="RETAINED" type="enum">
      Acceptor has a direct relationship with Discover. Within the program, Discover defines this as the acceptor being retained.
    </ResponseField>
  </Expandable>
</ResponseField>
