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

# BankTransfersOutput

> Bank transfer (eCheck) service configuration for an acceptor, including enablement status and processing activity limits.

`OBJECT`

Bank transfer (eCheck) service configuration for an acceptor, including enablement status and processing activity limits.

## Fields

<ResponseField name="enabled" type="Boolean">
  Indicator to enable bank transfer, aka, eCheck. When set to True, the partner is instructing
  Tesouro to support transaction requests made using a bank transfer for this acceptor.
</ResponseField>

<ResponseField name="processingActivity" type="BankTransfersProcessingActivityOutput">
  The processing activity details specific to bank transfers for this acceptor.

  <Expandable title="child attributes">
    <ResponseField name="annualBankTransferVolumeAmount" type="Decimal">
      The average annual bank transfer amount, in the specified acceptor processing activity currency.
    </ResponseField>

    <ResponseField name="averageBankTransferTicketAmount" type="Decimal">
      The average bank transfer ticket amount, in the specified acceptor processing activity currency.
    </ResponseField>

    <ResponseField name="bankTransferHighestTicketAmount" type="Decimal">
      The highest bank transfer ticket amount, in the specified acceptor processing activity currency.
    </ResponseField>

    <ResponseField name="bankTransferReturnRate" type="Percentage">
      The approximate rate of returns. Formatted as a decimal, e.g., If the return rate is 0.25%, input as 0.0025.
    </ResponseField>

    <ResponseField name="bankTransferUnauthorizedReturnRate" type="Percentage">
      The approximate rate of unauthorized returns. Formatted as a decimal, e.g., If the unauthorized return rate is 0.25%, input as 0.0025.
    </ResponseField>

    <ResponseField name="maxDailyBankTransferTotalAmount" type="Decimal">
      The maximum daily bank transfer total amount, in the specified acceptor processing activity currency.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="dailyBankTransferLimitAmount" type="Decimal">
  The daily amount limit for bank transfers, in the specified acceptor processing activity currency.
</ResponseField>
