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

# FundingTransactionCollection

`OBJECT`

## Fields

<ResponseField name="items" type="[FundingTransaction!]!" required>
  <Expandable title="child attributes">
    <ResponseField name="acceptor" type="Acceptor!" required>
      See [Acceptor](/acquiring/reference/graphql/types/acceptor)
    </ResponseField>

    <ResponseField name="acceptorInterchangeFeesAmount" type="Decimal!" required>
      The amount of acceptor interchange associated with this transaction
    </ResponseField>

    <ResponseField name="acceptorNetworkFeesAmount" type="Decimal!" required>
      The itemized acceptor network fees associated with this transaction
    </ResponseField>

    <ResponseField name="convenienceFeesAmount" type="Decimal!" required>
      The amount of convenience fees associated with this transaction
    </ResponseField>

    <ResponseField name="fundingCurrency" type="String!" required>
      The currency of the funded transaction, formatted in ISO 4217 alphabetic code.
    </ResponseField>

    <ResponseField name="fundingGrossAmount" type="Decimal!" required>
      The total amount of the transaction, in the funding currency.
    </ResponseField>

    <ResponseField name="fundingNetAmount" type="Decimal!" required>
      The net funded amount after fees, in the funding currency.
    </ResponseField>

    <ResponseField name="fundsReleaseDate" type="Date">
      The date that Tesouro releases the funds from its bank account to the recipient's bank account.
    </ResponseField>

    <ResponseField name="fundsTransfer" type="FundsTransfer">
      The funds transfer associated with this transaction, containing bank account details.

      See [FundsTransfer](/acquiring/reference/graphql/types/funds-transfer)
    </ResponseField>

    <ResponseField name="fundsTransferDescriptor" type="String">
      A value created by Tesouro and sent with the funds transfer to the recipient's bank for display on the bank statement. It includes information on who sent the money and the purpose of the payment. The recipient can use this value to help with bank and transaction reconciliation.
    </ResponseField>

    <ResponseField name="fundsTransferId" type="UUID">
      A unique identifier created by Tesouro and assigned to the transfer of money to a bank account, that identifies a cohort of funded transactions making up the transfer.
    </ResponseField>

    <ResponseField name="interchangeFeesAmount" type="Decimal!" required>
      The amount of interchange associated with this transaction
    </ResponseField>

    <ResponseField name="isPartnerFeeAdjusted" type="Boolean!" required>
      Indicates if the partner fee was adjusted at the transaction level.
    </ResponseField>

    <ResponseField name="networkFeesAmount" type="Decimal!" required>
      The itemized network fees associated with this transaction
    </ResponseField>

    <ResponseField name="organization" type="Organization!" required>
      See [Organization](/acquiring/reference/graphql/types/organization)
    </ResponseField>

    <ResponseField name="partnerFeesAmount" type="Decimal!" required>
      The amount of partner fees associated with this transaction
    </ResponseField>

    <ResponseField name="paymentTransaction" type="PaymentTransaction!" required>
      See [PaymentTransaction](/acquiring/reference/graphql/types/payment-transaction)
    </ResponseField>

    <ResponseField name="perspective" type="Perspective">
      The perspective of the transaction, which can be either 'Acceptor' or 'Partner'. This field is used to determine the perspective from which the transaction is reported.

      See [Perspective](/acquiring/reference/graphql/types/perspective)
    </ResponseField>

    <ResponseField name="processorFeesAmount" type="Decimal!" required>
      The itemized processor fees associated with this transaction
    </ResponseField>

    <ResponseField name="serviceFeesAmount" type="Decimal!" required>
      The amount of service fees associated with this transaction
    </ResponseField>

    <ResponseField name="surchargeAmount" type="Decimal!" required>
      The amount of surcharge associated with this transaction
    </ResponseField>

    <ResponseField name="transactorFeesAmount" type="Decimal!" required deprecated>
      The amount of partner fees associated with this transaction

      **Deprecated:** Use partnerFeesAmount instead.
    </ResponseField>
  </Expandable>
</ResponseField>

<ResponseField name="pageInfo" type="PageInfo!" required>
  <Expandable title="child attributes">
    <ResponseField name="hasNextPage" type="Boolean!" required />

    <ResponseField name="hasPreviousPage" type="Boolean!" required />
  </Expandable>
</ResponseField>
