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

# AcceptorApplicationServicesOutput

> Services configuration for an acceptor application, including transaction processing and payment network settings.

`OBJECT`

Services configuration for an acceptor application, including transaction processing and payment network settings.

## Fields

<ResponseField name="transactionProcessingService" type="TransactionProcessingServiceOutput">
  Services related to transaction processing.

  <Expandable title="child attributes">
    <ResponseField name="accountUpdaterEnabled" type="Boolean">
      Indicator to enable the Account Updater service. When set to True, the partner is instructing Tesouro to enable Account Updater for this acceptor.
    </ResponseField>

    <ResponseField name="americanExpress" type="AmericanExpressOutput">
      American Express payment network configuration, indicating the program type and enrollment details.

      See [AmericanExpressOutput](/acquiring/reference/graphql/types/american-express-output)
    </ResponseField>

    <ResponseField name="bankTransfers" type="BankTransfersOutput">
      Bank transfer (eCheck) service configuration for this acceptor.

      See [BankTransfersOutput](/acquiring/reference/graphql/types/bank-transfers-output)
    </ResponseField>

    <ResponseField name="discover" type="DiscoverOutput">
      Discover payment network configuration, indicating the program type and enrollment details.

      See [DiscoverOutput](/acquiring/reference/graphql/types/discover-output)
    </ResponseField>

    <ResponseField name="mastercardEnabled" type="Boolean">
      Indicates whether Mastercard payment processing is enabled for this acceptor.
    </ResponseField>

    <ResponseField name="visaEnabled" type="Boolean">
      Indicates whether Visa payment processing is enabled for this acceptor.
    </ResponseField>
  </Expandable>
</ResponseField>
