You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.List
1[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.List
1[CyberSource.Model.TssV2TransactionsPost201ResponseEmbeddedTransactionSummaries]}
The text was updated successfully, but these errors were encountered: