Skip to main content
query Allocations($input: FeeInput!) {
  allocations(input: $input) {
    items {
      acceptor {
        allocations
        businessName
        id
        name
        reference
      }
      accountNumberPrefix
      accountNumberSuffix
      activityDate
      allocationCalculatedAmount
      allocationType
      billableEventAmount
      billableEventCurrency
      billableEventType
      billingEventSourceId
      billingEventSourceType
      consumerType
      description
      fundingCurrency
      fundsReleaseDate
      fundsTransferDescriptor
      fundsTransferId
      merchantCategory
      name
      orderReference
      organization {
        allocations
        businessName
        capabilities
        id
        legalName
        name
        phoneNumber
      }
      paymentBrand
      paymentFundingSource
      paymentId
      paymentProduct
      perspective
      presenterId
      processingNetwork
      productPillar
      rateMultiplier
      rateUnitAmount
      transactionDateTime
      transactionId
      transactionReference
    }
    pageInfo {
      hasNextPage
      hasPreviousPage
    }
  }
}
{
  "data": {
    "allocations": {
      "items": [
        {
          "acceptor": {
            "allocations": "example",
            "authorizationSummaries": "example",
            "billingDescriptor": "CLACKSWORTH KEYBOARDS",
            "businessName": "Clacksworth Keyboards",
            "fees": "example",
            "feeSummaries": "example",
            "fundingAchReturns": "example",
            "fundingDisputeEvents": "example",
            "fundingSummaries": "example",
            "fundingTransactions": "example",
            "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "name": "Ben Torres",
            "paymentTransactions": "example",
            "paymentTransactionSummaries": "example",
            "reference": "example"
          },
          "accountNumberPrefix": "example",
          "accountNumberSuffix": "example",
          "activityDate": "2026-01-15",
          "allocationCalculatedAmount": 0,
          "allocationType": "SETTLEMENT",
          "billableEventAmount": 0,
          "billableEventCurrency": "example",
          "billableEventType": "UNKNOWN",
          "billingEventSourceId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
          "billingEventSourceType": "TRANSACTION",
          "consumerType": "UNKNOWN",
          "description": "example",
          "fundingCurrency": "example",
          "fundsReleaseDate": "2026-01-15",
          "fundsTransferDescriptor": "example",
          "fundsTransferId": "c9a1e2d3-4b5f-6789-0abc-def123456789",
          "merchantCategory": "example",
          "name": "Ben Torres",
          "orderReference": "example",
          "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": "d8b2f3e4-5c6a-7890-1bcd-ef2345678901",
            "legalName": "example",
            "name": "Ben Torres",
            "paymentTransactions": "example",
            "paymentTransactionSummaries": "example",
            "phoneNumber": "example",
            "reportAvailability": [
              "example"
            ],
            "settings": "example"
          },
          "paymentBrand": "VISA",
          "paymentFundingSource": "UNKNOWN",
          "paymentId": "e7c3a4b5-6d7e-8901-2cde-f34567890123",
          "paymentProduct": "example",
          "perspective": "PARTNER",
          "presenterId": "b6d4e5f6-7a8b-9012-3def-456789012345",
          "processingNetwork": "VISA",
          "productPillar": "BOARDING",
          "rateMultiplier": 0,
          "rateUnitAmount": 0,
          "transactionDateTime": "2026-01-15T14:30:00Z",
          "transactionId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
          "transactionReference": "example"
        }
      ],
      "pageInfo": {
        "hasNextPage": true,
        "hasPreviousPage": true
      }
    }
  }
}
Query

Arguments

input
FeeInput!
required

Return type

AllocationDetailCollection
items
[AllocationDetail!]!
required
pageInfo
PageInfo!
required
query Allocations($input: FeeInput!) {
  allocations(input: $input) {
    items {
      acceptor {
        allocations
        businessName
        id
        name
        reference
      }
      accountNumberPrefix
      accountNumberSuffix
      activityDate
      allocationCalculatedAmount
      allocationType
      billableEventAmount
      billableEventCurrency
      billableEventType
      billingEventSourceId
      billingEventSourceType
      consumerType
      description
      fundingCurrency
      fundsReleaseDate
      fundsTransferDescriptor
      fundsTransferId
      merchantCategory
      name
      orderReference
      organization {
        allocations
        businessName
        capabilities
        id
        legalName
        name
        phoneNumber
      }
      paymentBrand
      paymentFundingSource
      paymentId
      paymentProduct
      perspective
      presenterId
      processingNetwork
      productPillar
      rateMultiplier
      rateUnitAmount
      transactionDateTime
      transactionId
      transactionReference
    }
    pageInfo {
      hasNextPage
      hasPreviousPage
    }
  }
}
{
  "data": {
    "allocations": {
      "items": [
        {
          "acceptor": {
            "allocations": "example",
            "authorizationSummaries": "example",
            "billingDescriptor": "CLACKSWORTH KEYBOARDS",
            "businessName": "Clacksworth Keyboards",
            "fees": "example",
            "feeSummaries": "example",
            "fundingAchReturns": "example",
            "fundingDisputeEvents": "example",
            "fundingSummaries": "example",
            "fundingTransactions": "example",
            "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
            "name": "Ben Torres",
            "paymentTransactions": "example",
            "paymentTransactionSummaries": "example",
            "reference": "example"
          },
          "accountNumberPrefix": "example",
          "accountNumberSuffix": "example",
          "activityDate": "2026-01-15",
          "allocationCalculatedAmount": 0,
          "allocationType": "SETTLEMENT",
          "billableEventAmount": 0,
          "billableEventCurrency": "example",
          "billableEventType": "UNKNOWN",
          "billingEventSourceId": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
          "billingEventSourceType": "TRANSACTION",
          "consumerType": "UNKNOWN",
          "description": "example",
          "fundingCurrency": "example",
          "fundsReleaseDate": "2026-01-15",
          "fundsTransferDescriptor": "example",
          "fundsTransferId": "c9a1e2d3-4b5f-6789-0abc-def123456789",
          "merchantCategory": "example",
          "name": "Ben Torres",
          "orderReference": "example",
          "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": "d8b2f3e4-5c6a-7890-1bcd-ef2345678901",
            "legalName": "example",
            "name": "Ben Torres",
            "paymentTransactions": "example",
            "paymentTransactionSummaries": "example",
            "phoneNumber": "example",
            "reportAvailability": [
              "example"
            ],
            "settings": "example"
          },
          "paymentBrand": "VISA",
          "paymentFundingSource": "UNKNOWN",
          "paymentId": "e7c3a4b5-6d7e-8901-2cde-f34567890123",
          "paymentProduct": "example",
          "perspective": "PARTNER",
          "presenterId": "b6d4e5f6-7a8b-9012-3def-456789012345",
          "processingNetwork": "VISA",
          "productPillar": "BOARDING",
          "rateMultiplier": 0,
          "rateUnitAmount": 0,
          "transactionDateTime": "2026-01-15T14:30:00Z",
          "transactionId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
          "transactionReference": "example"
        }
      ],
      "pageInfo": {
        "hasNextPage": true,
        "hasPreviousPage": true
      }
    }
  }
}