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
}
}
}
{
"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
}
}
}
}
Reporting
fundingDisbursementReturns
An itemized list of funding disbursement returns.
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
}
}
}
{
"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
}
}
}
}
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
Arguments
Show child attributes
Show child attributes
See PagingInput
Show child attributes
Show child attributes
Return type
FundingDisbursementReturnCollection
Show child attributes
Show child attributes
The activity date of the return.
The transaction amount of the return.
The date the return entered the system.
A unique identifier for the funding disbursement return.
The organization associated with this return.See Organization
The original funds transfer associated with this return.See FundsTransfer
The ACH return reason code.See AchReturnCode
The trace number of the return.
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
}
}
}
{
"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
}
}
}
}
Was this page helpful?
⌘I