Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TransactionSearchAPI - Not getting back the right number of TransactionSummaries #88

Open
kimberlyping opened this issue Aug 4, 2020 · 0 comments

Comments

@kimberlyping
Copy link

Hi.
When I am doing the TransactionSearch in some cases I am not getting back the number of expected Transaction Summaries.

For instance this search result says that there are 5 records returned - but there are only 4 in the Embedded.TransactionSummaries. The one that I am missing is the 1 that has the expected OrderInformation and PaymentInformation.

?result
{class TssV2TransactionsPost201Response {
SearchId: 93a8559b-2b5a-4c38-9f1b-6f6c916ba5b6
Save: False
Name: TSS search
Timezone: America/Phoenix
Query: clientReferenceInformation.code:19095 AND submitTimeUtc:[NOW/DAY-7DAYS TO NOW/DAY+1DAY}
Offset: 0
Limit: 100
Sort: id:asc, submitTimeUtc:asc
Count: 5
TotalCount: 5
SubmitTimeUtc: 2020-08-03T23:30:04Z
Embedded: class TssV2TransactionsPost201ResponseEmbedded {
TransactionSummaries: System.Collections.Generic.List1[CyberSource.Model.TssV2TransactionsPost201ResponseEmbeddedTransactionSummaries] } ?result {class TssV2TransactionsPost201Response { SearchId: 93a8559b-2b5a-4c38-9f1b-6f6c916ba5b6 Save: False Name: TSS search Timezone: America/Phoenix Query: clientReferenceInformation.code:19095 AND submitTimeUtc:[NOW/DAY-7DAYS TO NOW/DAY+1DAY} Offset: 0 Limit: 100 Sort: id:asc, submitTimeUtc:asc Count: 5 TotalCount: 5 SubmitTimeUtc: 2020-08-03T23:30:04Z Embedded: class TssV2TransactionsPost201ResponseEmbedded { TransactionSummaries: System.Collections.Generic.List1[CyberSource.Model.TssV2TransactionsPost201ResponseEmbeddedTransactionSummaries]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant