query PaymentTransactionSummaries($input: PaymentTransactionSummaryInput!) {
paymentTransactionSummaries(input: $input) {
items {
acceptor {
businessName
id
name
paymentTransactionSummaries
reference
}
conveyedStatus
organization {
businessName
capabilities
id
legalName
name
paymentTransactionSummaries
phoneNumber
}
paymentBrand
paymentChannel
paymentFundingSource
presenterId
processingNetwork
transactionActivityDate
transactionAmount
transactionCount
transactionCurrency
transactionProcessingDecision
transactionType
}
pageInfo {
hasNextPage
hasPreviousPage
}
}
}
{
"data": {
"paymentTransactionSummaries": {
"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"
},
"conveyedStatus": "NOT_APPLICABLE",
"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"
},
"paymentBrand": "VISA",
"paymentChannel": "ECOMMERCE",
"paymentFundingSource": "UNKNOWN",
"presenterId": "c9a1e2d3-4b5f-6789-0abc-def123456789",
"processingNetwork": "VISA",
"transactionActivityDate": "2026-01-15",
"transactionAmount": 0,
"transactionCount": 0,
"transactionCurrency": "example",
"transactionProcessingDecision": "ACCEPTED",
"transactionType": "AUTHORIZATION"
}
],
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true
}
}
}
}
A summary of transaction aggregates (counts and amounts, including conveyed transactions) by pertinent transaction type, currency, card brand, and transaction activity date.
query PaymentTransactionSummaries($input: PaymentTransactionSummaryInput!) {
paymentTransactionSummaries(input: $input) {
items {
acceptor {
businessName
id
name
paymentTransactionSummaries
reference
}
conveyedStatus
organization {
businessName
capabilities
id
legalName
name
paymentTransactionSummaries
phoneNumber
}
paymentBrand
paymentChannel
paymentFundingSource
presenterId
processingNetwork
transactionActivityDate
transactionAmount
transactionCount
transactionCurrency
transactionProcessingDecision
transactionType
}
pageInfo {
hasNextPage
hasPreviousPage
}
}
}
{
"data": {
"paymentTransactionSummaries": {
"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"
},
"conveyedStatus": "NOT_APPLICABLE",
"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"
},
"paymentBrand": "VISA",
"paymentChannel": "ECOMMERCE",
"paymentFundingSource": "UNKNOWN",
"presenterId": "c9a1e2d3-4b5f-6789-0abc-def123456789",
"processingNetwork": "VISA",
"transactionActivityDate": "2026-01-15",
"transactionAmount": 0,
"transactionCount": 0,
"transactionCurrency": "example",
"transactionProcessingDecision": "ACCEPTED",
"transactionType": "AUTHORIZATION"
}
],
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true
}
}
}
}
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.
Query
Show child attributes
Show child attributes
Show Possible enum values
Show child attributes
PaymentTransactionSummaryCollection
Show child attributes
query PaymentTransactionSummaries($input: PaymentTransactionSummaryInput!) {
paymentTransactionSummaries(input: $input) {
items {
acceptor {
businessName
id
name
paymentTransactionSummaries
reference
}
conveyedStatus
organization {
businessName
capabilities
id
legalName
name
paymentTransactionSummaries
phoneNumber
}
paymentBrand
paymentChannel
paymentFundingSource
presenterId
processingNetwork
transactionActivityDate
transactionAmount
transactionCount
transactionCurrency
transactionProcessingDecision
transactionType
}
pageInfo {
hasNextPage
hasPreviousPage
}
}
}
{
"data": {
"paymentTransactionSummaries": {
"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"
},
"conveyedStatus": "NOT_APPLICABLE",
"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"
},
"paymentBrand": "VISA",
"paymentChannel": "ECOMMERCE",
"paymentFundingSource": "UNKNOWN",
"presenterId": "c9a1e2d3-4b5f-6789-0abc-def123456789",
"processingNetwork": "VISA",
"transactionActivityDate": "2026-01-15",
"transactionAmount": 0,
"transactionCount": 0,
"transactionCurrency": "example",
"transactionProcessingDecision": "ACCEPTED",
"transactionType": "AUTHORIZATION"
}
],
"pageInfo": {
"hasNextPage": true,
"hasPreviousPage": true
}
}
}
}
Was this page helpful?