Skip to main content
query PaymentTransactions($input: PaymentTransactionsInput!) {
  paymentTransactions(input: $input) {
    items {
      acceptor {
        businessName
        id
        name
        paymentTransactions
        reference
      }
      activityDate
      amountDetails {
        cashBack
        convenienceFee
        discount
        duty
        gratuity
        serviceFee
        shipping
        subTotal
        surcharge
      }
      billingDescriptor
      businessApplicationId
      fees {

      }
      id
      lineItems {
        commodityCode
        description
        discountAmount
        lineItemAmount
        productCode
        productSku
        unitOfMeasure
        unitPrice
        unitQuantity
      }
      location {
        id
      }
      merchantCategory
      organization {
        businessName
        capabilities
        id
        legalName
        name
        paymentTransactions
        phoneNumber
      }
      paymentId
      paymentMethod {
        acquirerToken
        brand
        type
      }
      processingNetwork
      processorResponseCode
      processorResponseMessage
      reference
      responseType
      resultLabel
      taxes {
        localAmount
        nationalAmount
        totalAmount
      }
      taxIdentificationNumber
      transactionDateTime
      transactionType
    }
    pageInfo {
      hasNextPage
      hasPreviousPage
    }

}
}

{
  "data": {
    "paymentTransactions": {
      "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"
          },
          "activityDate": "2026-01-15",
          "amountDetails": {
            "cashBack": 0,
            "convenienceFee": 0,
            "discount": 0,
            "duty": 0,
            "gratuity": 0,
            "serviceFee": 0,
            "shipping": 0,
            "subTotal": 0,
            "surcharge": 0
          },
          "billingDescriptor": "CLACKSWORTH KEYBOARDS",
          "businessApplicationId": "CB",
          "fees": {
            "items": [
              "example"
            ],
            "summary": "example"
          },
          "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
          "lineItems": [
            {
              "commodityCode": "example",
              "description": "example",
              "discountAmount": 0,
              "lineItemAmount": 0,
              "productCode": "example",
              "productSku": "example",
              "taxDetails": "example",
              "unitOfMeasure": "example",
              "unitPrice": 0,
              "unitQuantity": 0
            }
          ],
          "location": {
            "id": "c9a1e2d3-4b5f-6789-0abc-def123456789",
            "outlet": "example"
          },
          "merchantCategory": "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"
          },
          "paymentId": "e7c3a4b5-6d7e-8901-2cde-f34567890123",
          "paymentMethod": {
            "acquirerToken": "example",
            "brand": "VISA",
            "type": "CARD"
          },
          "processingNetwork": "VISA",
          "processorResponseCode": "A0000",
          "processorResponseMessage": "example",
          "reference": "example",
          "responseType": "APPROVAL",
          "resultLabel": "example",
          "taxes": {
            "localAmount": 0,
            "nationalAmount": 0,
            "totalAmount": 0
          },
          "taxIdentificationNumber": "example",
          "transactionDateTime": "2026-01-15T14:30:00Z",
          "transactionType": "AUTHORIZATION"
        }
      ],
      "pageInfo": {
        "hasNextPage": true,
        "hasPreviousPage": true
      }
    }
  }
}
Query

Arguments

input
PaymentTransactionsInput!
required

Return type

PaymentTransactionCollection
items
[PaymentTransaction!]!
required
pageInfo
PageInfo!
required
query PaymentTransactions($input: PaymentTransactionsInput!) {
  paymentTransactions(input: $input) {
    items {
      acceptor {
        businessName
        id
        name
        paymentTransactions
        reference
      }
      activityDate
      amountDetails {
        cashBack
        convenienceFee
        discount
        duty
        gratuity
        serviceFee
        shipping
        subTotal
        surcharge
      }
      billingDescriptor
      businessApplicationId
      fees {

      }
      id
      lineItems {
        commodityCode
        description
        discountAmount
        lineItemAmount
        productCode
        productSku
        unitOfMeasure
        unitPrice
        unitQuantity
      }
      location {
        id
      }
      merchantCategory
      organization {
        businessName
        capabilities
        id
        legalName
        name
        paymentTransactions
        phoneNumber
      }
      paymentId
      paymentMethod {
        acquirerToken
        brand
        type
      }
      processingNetwork
      processorResponseCode
      processorResponseMessage
      reference
      responseType
      resultLabel
      taxes {
        localAmount
        nationalAmount
        totalAmount
      }
      taxIdentificationNumber
      transactionDateTime
      transactionType
    }
    pageInfo {
      hasNextPage
      hasPreviousPage
    }

}
}

{
  "data": {
    "paymentTransactions": {
      "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"
          },
          "activityDate": "2026-01-15",
          "amountDetails": {
            "cashBack": 0,
            "convenienceFee": 0,
            "discount": 0,
            "duty": 0,
            "gratuity": 0,
            "serviceFee": 0,
            "shipping": 0,
            "subTotal": 0,
            "surcharge": 0
          },
          "billingDescriptor": "CLACKSWORTH KEYBOARDS",
          "businessApplicationId": "CB",
          "fees": {
            "items": [
              "example"
            ],
            "summary": "example"
          },
          "id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
          "lineItems": [
            {
              "commodityCode": "example",
              "description": "example",
              "discountAmount": 0,
              "lineItemAmount": 0,
              "productCode": "example",
              "productSku": "example",
              "taxDetails": "example",
              "unitOfMeasure": "example",
              "unitPrice": 0,
              "unitQuantity": 0
            }
          ],
          "location": {
            "id": "c9a1e2d3-4b5f-6789-0abc-def123456789",
            "outlet": "example"
          },
          "merchantCategory": "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"
          },
          "paymentId": "e7c3a4b5-6d7e-8901-2cde-f34567890123",
          "paymentMethod": {
            "acquirerToken": "example",
            "brand": "VISA",
            "type": "CARD"
          },
          "processingNetwork": "VISA",
          "processorResponseCode": "A0000",
          "processorResponseMessage": "example",
          "reference": "example",
          "responseType": "APPROVAL",
          "resultLabel": "example",
          "taxes": {
            "localAmount": 0,
            "nationalAmount": 0,
            "totalAmount": 0
          },
          "taxIdentificationNumber": "example",
          "transactionDateTime": "2026-01-15T14:30:00Z",
          "transactionType": "AUTHORIZATION"
        }
      ],
      "pageInfo": {
        "hasNextPage": true,
        "hasPreviousPage": true
      }
    }
  }
}