Skip to main content
Object

Fields

disputeAttachments
disputeEvents
id
acceptor
acquirer
acquirerReferenceNumber
amountContext
assignment
caseNumber
createdDateTime
disputeAmount
disputeCurrencyCode
disputeDate
disputeFundingAmount
disputeFundingCurrency
lastUpdatedUserId
lifeCycle
networkReason
networkReasonCode
networkReasonLabel
organization
paymentBrand
paymentId
A unique 36 character identifier created by Tesouro and assigned to a group of transactions in the same payment request cohort. e.g., An authorization request, incremental authorization request, and the final capture would have the same paymentID.
processingNetwork
processorExpirationDate
respondByDate
status
transactionId
updatedDateTime
workflowAssignment
{
  "disputeAttachments": [
    DisputeAttachment
  ],
  "disputeEvents": DisputeEventCollection,
  "id": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "acceptor": Acceptor,
  "acquirer": Acquirer,
  "acquirerReferenceNumber": "xyz789",
  "amountContext": "FULL_AMOUNT",
  "assignment": "CARD_NETWORK",
  "caseNumber": "abc123",
  "createdDateTime": "2007-12-03T10:15:30Z",
  "disputeAmount": Decimal,
  "disputeCurrencyCode": CurrencyCodeAlpha,
  "disputeDate": "2007-12-03",
  "disputeFundingAmount": Decimal,
  "disputeFundingCurrency": CurrencyCodeAlpha,
  "lastUpdatedUserId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "lifeCycle": "ARBITRATION",
  "networkReason": "NONE",
  "networkReasonCode": "xyz789",
  "networkReasonLabel": "xyz789",
  "organization": Organization,
  "paymentBrand": "VISA",
  "paymentId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "processingNetwork": "VISA",
  "processorExpirationDate": "2007-12-03",
  "respondByDate": "2007-12-03",
  "status": "OPEN",
  "transactionId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "updatedDateTime": "2007-12-03T10:15:30Z",
  "workflowAssignment": "CARD_NETWORK"
}