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

# fundingDisbursementReturns

> An itemized list of funding disbursement returns.

`Query`

## Arguments

<ParamField path="input" type="FundingDisbursementReturnsInput!" required>
  <Expandable title="child attributes">
    <ParamField path="paging" type="PagingInput!" required>
      See [PagingInput](/acquiring/reference/graphql/types/paging-input)
    </ParamField>

    <ParamField path="where" type="FundingDisbursementReturnFilterInput!" required>
      <Expandable title="child attributes">
        <ParamField path="activityDate" type="DateRangeFilterInput">
          See [DateRangeFilterInput](/acquiring/reference/graphql/types/date-range-filter-input)
        </ParamField>

        <ParamField path="originalFundsTransferId" type="GuidFilterInput">
          See [GuidFilterInput](/acquiring/reference/graphql/types/guid-filter-input)
        </ParamField>

        <ParamField path="reasonCode" type="EnumFilterInputOfAchReturnCodeInput">
          <Expandable title="child attributes">
            <ParamField path="eq" type="AchReturnCode">
              See [AchReturnCode](/acquiring/reference/graphql/types/ach-return-code)
            </ParamField>

            <ParamField path="in" type="[AchReturnCode!]">
              See [AchReturnCode](/acquiring/reference/graphql/types/ach-return-code)
            </ParamField>

            <ParamField path="nin" type="[AchReturnCode!]">
              See [AchReturnCode](/acquiring/reference/graphql/types/ach-return-code)
            </ParamField>
          </Expandable>
        </ParamField>
      </Expandable>
    </ParamField>
  </Expandable>
</ParamField>

## Return type

`FundingDisbursementReturnCollection`

<ResponseField name="items" type="[FundingDisbursementReturn!]!" required>
  <Expandable title="child attributes">
    <ResponseField name="activityDate" type="Date!" required>
      The activity date of the return.
    </ResponseField>

    <ResponseField name="amount" type="Decimal!" required>
      The transaction amount of the return.
    </ResponseField>

    <ResponseField name="enteredSystemDate" type="Date">
      The date the return entered the system.
    </ResponseField>

    <ResponseField name="id" type="UUID!" required>
      A unique identifier for the funding disbursement return.
    </ResponseField>

    <ResponseField name="organization" type="Organization!" required>
      The organization associated with this return.

      See [Organization](/acquiring/reference/graphql/types/organization)
    </ResponseField>

    <ResponseField name="originalFundsTransfer" type="FundsTransfer">
      The original funds transfer associated with this return.

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

    <ResponseField name="reasonCode" type="AchReturnCode!" required>
      The ACH return reason code.

      See [AchReturnCode](/acquiring/reference/graphql/types/ach-return-code)
    </ResponseField>

    <ResponseField name="traceNumber" type="String">
      The trace number of the return.
    </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>

<RequestExample>
  ```graphql Operation lines expandable theme={null}
  query FundingDisbursementReturns($input: FundingDisbursementReturnsInput!) {
    fundingDisbursementReturns(input: $input) {
      items {
        activityDate
        amount
        enteredSystemDate
        id
        organization {
          businessName
          capabilities
          fundingDisbursementReturns
          id
          legalName
          name
          phoneNumber
        }
        originalFundsTransfer {
          acquirerId
          createdDateTime
          estimatedBankPostingDate
          fundsReleaseDate
          fundsTransferDescriptor
          id
          organizationId
          plannedFundsTransferDate
        }
        reasonCode
        traceNumber
      }
      pageInfo {
        hasNextPage
        hasPreviousPage
      }
    }
  }
  ```

  ```json Variables lines expandable theme={null}
  {
    "input": {
      "paging": {
        "skip": 0,
        "take": 0
      },
      "where": {
        "activityDate": "example",
        "originalFundsTransferId": "example",
        "reasonCode": "example"
      }
    }
  }
  ```

  ```bash cURL lines expandable theme={null}
  curl --request POST \
    --url https://api.sandbox.com/graphql \
    --header 'Content-Type: application/json' \
    --header 'Authorization: Bearer <YOUR_ACCESS_TOKEN>' \
    --data '{
    "query": "query FundingDisbursementReturns($input: FundingDisbursementReturnsInput!) {\n  fundingDisbursementReturns(input: $input) {\n    items {\n      activityDate\n      amount\n      enteredSystemDate\n      id\n      organization {\n        businessName\n        capabilities\n        fundingDisbursementReturns\n        id\n        legalName\n        name\n        phoneNumber\n      }\n      originalFundsTransfer {\n        acquirerId\n        createdDateTime\n        estimatedBankPostingDate\n        fundsReleaseDate\n        fundsTransferDescriptor\n        id\n        organizationId\n        plannedFundsTransferDate\n      }\n      reasonCode\n      traceNumber\n    }\n    pageInfo {\n      hasNextPage\n      hasPreviousPage\n    }\n  }\n}",
    "variables": {
      "input": {
        "paging": {
          "skip": 0,
          "take": 0
        },
        "where": {
          "activityDate": "example",
          "originalFundsTransferId": "example",
          "reasonCode": "example"
        }
      }
    }
  }'
  ```
</RequestExample>

<ResponseExample>
  ```json Response lines expandable theme={null}
  {
    "data": {
      "fundingDisbursementReturns": {
        "items": [
          {
            "activityDate": "2026-01-15",
            "amount": 0,
            "enteredSystemDate": "2026-01-15",
            "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "organization": {
              "acceptorApplicationCounts": [
                "example"
              ],
              "acceptors": "example",
              "achNotificationsOfChange": "example",
              "achReturns": "example",
              "allocations": "example",
              "allowedMerchantCategories": [
                "example"
              ],
              "authorizationSummaries": "example",
              "businessAddress": "example",
              "businessName": "Clacksworth Keyboards",
              "capabilities": [
                "ACQUIRING"
              ],
              "fees": "example",
              "feeSummaries": "example",
              "fundingAchReturns": "example",
              "fundingDisbursementReturns": "example",
              "fundingDisputeEvents": "example",
              "fundingSummaries": "example",
              "fundingTransactions": "example",
              "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
              "legalName": "example",
              "name": "Ben Torres",
              "paymentTransactions": "example",
              "paymentTransactionSummaries": "example",
              "phoneNumber": "example",
              "reportAvailability": [
                "example"
              ],
              "settings": "example"
            },
            "originalFundsTransfer": {
              "acquirerId": "c9a1e2d3-4b5f-6789-0abc-def123456789",
              "bankAccount": "example",
              "createdDateTime": "2026-01-15T14:30:00Z",
              "estimatedBankPostingDate": "2026-01-15",
              "fundsReleaseDate": "2026-01-15",
              "fundsTransferDescriptor": "example",
              "id": "d8b2f3e4-5c6a-7890-1bcd-ef2345678901",
              "organizationId": "e7c3a4b5-6d7e-8901-2cde-f34567890123",
              "plannedFundsTransferDate": "2026-01-15"
            },
            "reasonCode": "R01",
            "traceNumber": "example"
          }
        ],
        "pageInfo": {
          "hasNextPage": true,
          "hasPreviousPage": true
        }
      }
    }
  }
  ```
</ResponseExample>
