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

# PaymentTransactionSummaryCollection

`OBJECT`

## Fields

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

    <ResponseField name="conveyedStatus" type="ConveyedStatus!" required>
      Indicator that the transaction was conveyed, or handled by the Tesouro network

      See [ConveyedStatus](/acquiring/reference/graphql/types/conveyed-status)
    </ResponseField>

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

    <ResponseField name="paymentBrand" type="PaymentBrand">
      Specifies which payment brand was used, e.g., Visa, Mastercard, Discover, American Express, etc.

      See [PaymentBrand](/acquiring/reference/graphql/types/payment-brand)
    </ResponseField>

    <ResponseField name="paymentChannel" type="PaymentChannel">
      A unique identifier created and used by Tesouro, and assigned to the entity presenting the transaction to Tesouro.

      See [PaymentChannel](/acquiring/reference/graphql/types/payment-channel)
    </ResponseField>

    <ResponseField name="paymentFundingSource" type="FundingSource!" required>
      Specifies the source of the card customer's funds , e.g., credit, debit, pre-paid.

      See [FundingSource](/acquiring/reference/graphql/types/funding-source)
    </ResponseField>

    <ResponseField name="presenterId" type="UUID!" required>
      A unique identifier created and used by Tesouro, and assigned to the entity presenting the transaction to Tesouro.
    </ResponseField>

    <ResponseField name="processingNetwork" type="Network">
      The processing network that the transaction was sent across, which may be unafilliated with the card brand.

      See [Network](/acquiring/reference/graphql/types/network)
    </ResponseField>

    <ResponseField name="transactionActivityDate" type="Date!" required>
      The date Tesouro recognized the payment request based upon the acceptor cutoff
    </ResponseField>

    <ResponseField name="transactionAmount" type="Decimal!" required>
      The total value of the transactions
    </ResponseField>

    <ResponseField name="transactionCount" type="Int!" required>
      The total number of transactions
    </ResponseField>

    <ResponseField name="transactionCurrency" type="String!" required>
      The currency specified on the transaction, in ISO 4217 alpha currency code format.
    </ResponseField>

    <ResponseField name="transactionProcessingDecision" type="TransactionRequestResult!" required>
      Tesouro's decision to approve or decline, or accept or reject the transaction request. Note, this is different than the Authorization response returned from the payment network.

      <Expandable title="Possible enum values">
        <ResponseField name="ACCEPTED" type="enum" />

        <ResponseField name="REJECTED" type="enum" />

        <ResponseField name="APPROVED" type="enum" />

        <ResponseField name="DECLINED" type="enum" />
      </Expandable>
    </ResponseField>

    <ResponseField name="transactionType" type="PaymentTransactionType!" required>
      The type of transaction, e.g., Authorization, Capture, Refund, Reversal, Incremental authorization, Authentication.

      See [PaymentTransactionType](/acquiring/reference/graphql/types/payment-transaction-type)
    </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>
