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

# AcceptorApplicationBillingAndFundingOutput

> Billing and funding details for an acceptor application, including bank accounts, billing descriptor, and settlement configuration.

`OBJECT`

Billing and funding details for an acceptor application, including bank accounts, billing descriptor, and settlement configuration.

## Fields

<ResponseField name="bankAccounts" type="[BankAccountOutput!]">
  Bank account information. Optionally reveal sensitive fields for a specific bank account.

  <Expandable title="child attributes">
    <ResponseField name="accountNumberLast4" type="String">
      The last 4 of the account number of the bank account.
    </ResponseField>

    <ResponseField name="accountOwnerType" type="AccountOwnerType">
      The type of the account owner (e.g., personal, business).

      See [AccountOwnerType](/acquiring/reference/graphql/types/account-owner-type)
    </ResponseField>

    <ResponseField name="bankAccountFeesSettlements" type="BankAccountFeesSettlements">
      The fee and settlement configuration for this bank account.

      See [BankAccountFeesSettlements](/acquiring/reference/graphql/types/bank-account-fees-settlements)
    </ResponseField>

    <ResponseField name="bankAccountType" type="BankAccountType">
      The type of the bank account (e.g., savings, demand).

      See [BankAccountType](/acquiring/reference/graphql/types/bank-account-type)
    </ResponseField>

    <ResponseField name="financialInstitutionName" type="String">
      Name of the institution where the account is held.
    </ResponseField>

    <ResponseField name="id" type="UUID!" required>
      The ID of the bank account.
    </ResponseField>

    <ResponseField name="nameOnAccount" type="String">
      The name on the bank account.
    </ResponseField>

    <ResponseField name="routingNumber" type="String">
      The routing number of the bank account.
    </ResponseField>

    <ResponseField name="sensitiveFields" type="BankAccountSensitiveFields">
      Sensitive fields that require special permissions to access.

      See [BankAccountSensitiveFields](/acquiring/reference/graphql/types/bank-account-sensitive-fields)
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="billingProfileId" type="UUID">
  Id of the Billing Profile.
</ResponseField>

<ResponseField name="fundingProfileId" type="UUID">
  Id of the Funding Profile.
</ResponseField>

<ResponseField name="acceptorCutoffTime" type="LocalTime">
  The acceptor's end-of-day time in the provided timezone.
</ResponseField>

<ResponseField name="timezone" type="IanaTimezone">
  The time zone of the acceptor, standardized by the Internet Assigned Numbers Authority (IANA). IANA time zones follow this convention: {Area}/{Location}, where an area corresponds to a continent or an ocean and the location to a location within the continent.

  <Expandable title="Possible enum values">
    <ResponseField name="AMERICA_CHICAGO" type="enum">
      The America/Chicago IANA time zone.
    </ResponseField>

    <ResponseField name="AMERICA_DENVER" type="enum">
      The America/Denver IANA time zone.
    </ResponseField>

    <ResponseField name="AMERICA_LOS_ANGELES" type="enum">
      The America/Los\_Angeles IANA time zone.
    </ResponseField>

    <ResponseField name="AMERICA_NEW_YORK" type="enum">
      The America/New\_York IANA time zone.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="billingDescriptor" type="BillingDescriptorOutput">
  The billing descriptor information for the acceptor.

  <Expandable title="child attributes">
    <ResponseField name="name" type="String">
      The billing descriptor name.
    </ResponseField>

    <ResponseField name="serviceFeeName" type="String">
      The billing descriptor service fee name.
    </ResponseField>
  </Expandable>
</ResponseField>
