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
}
}
}
{
"input": {
"paging": {
"skip": 0,
"take": 0
},
"where": {
"transactionActivityDate": "example"
}
}
}
curl --request POST \
--url https://api.sandbox.com/graphql \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <YOUR_ACCESS_TOKEN>' \
--data '{
"query": "query PaymentTransactionSummaries($input: PaymentTransactionSummaryInput!) {\n paymentTransactionSummaries(input: $input) {\n items {\n acceptor {\n businessName\n id\n name\n paymentTransactionSummaries\n reference\n }\n conveyedStatus\n organization {\n businessName\n capabilities\n id\n legalName\n name\n paymentTransactionSummaries\n phoneNumber\n }\n paymentBrand\n paymentChannel\n paymentFundingSource\n presenterId\n processingNetwork\n transactionActivityDate\n transactionAmount\n transactionCount\n transactionCurrency\n transactionProcessingDecision\n transactionType\n }\n pageInfo {\n hasNextPage\n hasPreviousPage\n }\n }\n}",
"variables": {
"input": {
"paging": {
"skip": 0,
"take": 0
},
"where": {
"transactionActivityDate": "example"
}
}
}
}'
{
"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
}
}
}
}
Reporting
paymentTransactionSummaries
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
}
}
}
{
"input": {
"paging": {
"skip": 0,
"take": 0
},
"where": {
"transactionActivityDate": "example"
}
}
}
curl --request POST \
--url https://api.sandbox.com/graphql \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <YOUR_ACCESS_TOKEN>' \
--data '{
"query": "query PaymentTransactionSummaries($input: PaymentTransactionSummaryInput!) {\n paymentTransactionSummaries(input: $input) {\n items {\n acceptor {\n businessName\n id\n name\n paymentTransactionSummaries\n reference\n }\n conveyedStatus\n organization {\n businessName\n capabilities\n id\n legalName\n name\n paymentTransactionSummaries\n phoneNumber\n }\n paymentBrand\n paymentChannel\n paymentFundingSource\n presenterId\n processingNetwork\n transactionActivityDate\n transactionAmount\n transactionCount\n transactionCurrency\n transactionProcessingDecision\n transactionType\n }\n pageInfo {\n hasNextPage\n hasPreviousPage\n }\n }\n}",
"variables": {
"input": {
"paging": {
"skip": 0,
"take": 0
},
"where": {
"transactionActivityDate": "example"
}
}
}
}'
{
"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
}
}
}
}
Query
Arguments
PaymentTransactionSummaryInput!
required
Show child attributes
Show child attributes
[PaymentTransactionSummarySortTypeInput!]
PagingInput!
required
See PagingInput
PaymentTransactionSummaryFilterInput!
required
Show child attributes
Show child attributes
GuidFilterInput
See GuidFilterInput
EnumFilterInputOfConveyedStatusInput
EnumFilterInputOfPaymentChannelInput
DateRangeFilterInput!
required
String
EnumFilterInputOfPaymentTransactionTypeInput
Return type
PaymentTransactionSummaryCollection
[PaymentTransactionSummary!]!
required
Show child attributes
Show child attributes
ConveyedStatus!
required
Indicator that the transaction was conveyed, or handled by the Tesouro networkSee ConveyedStatus
Organization!
required
See Organization
PaymentBrand
Specifies which payment brand was used, e.g., Visa, Mastercard, Discover, American Express, etc.See PaymentBrand
PaymentChannel
A unique identifier created and used by Tesouro, and assigned to the entity presenting the transaction to Tesouro.See PaymentChannel
FundingSource!
required
Specifies the source of the card customer’s funds , e.g., credit, debit, pre-paid.See FundingSource
UUID!
required
A unique identifier created and used by Tesouro, and assigned to the entity presenting the transaction to Tesouro.
Network
The processing network that the transaction was sent across, which may be unafilliated with the card brand.See Network
Date!
required
The date Tesouro recognized the payment request based upon the acceptor cutoff
Decimal!
required
The total value of the transactions
Int!
required
The total number of transactions
String!
required
The currency specified on the transaction, in ISO 4217 alpha currency code format.
TransactionRequestResult!
required
PaymentTransactionType!
required
The type of transaction, e.g., Authorization, Capture, Refund, Reversal, Incremental authorization, Authentication.See PaymentTransactionType
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
}
}
}
{
"input": {
"paging": {
"skip": 0,
"take": 0
},
"where": {
"transactionActivityDate": "example"
}
}
}
curl --request POST \
--url https://api.sandbox.com/graphql \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <YOUR_ACCESS_TOKEN>' \
--data '{
"query": "query PaymentTransactionSummaries($input: PaymentTransactionSummaryInput!) {\n paymentTransactionSummaries(input: $input) {\n items {\n acceptor {\n businessName\n id\n name\n paymentTransactionSummaries\n reference\n }\n conveyedStatus\n organization {\n businessName\n capabilities\n id\n legalName\n name\n paymentTransactionSummaries\n phoneNumber\n }\n paymentBrand\n paymentChannel\n paymentFundingSource\n presenterId\n processingNetwork\n transactionActivityDate\n transactionAmount\n transactionCount\n transactionCurrency\n transactionProcessingDecision\n transactionType\n }\n pageInfo {\n hasNextPage\n hasPreviousPage\n }\n }\n}",
"variables": {
"input": {
"paging": {
"skip": 0,
"take": 0
},
"where": {
"transactionActivityDate": "example"
}
}
}
}'
{
"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?