Skip to main content

Get Dispute Timeline data


ApiScope: payment.dispute.read
API Scope Level: DealerScope
Path Parameters
    dealerUuid string required

    uuid of Dealer

    disputeUuid string required
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
  • disputeTimelines object[]
  • Array [
  • changedByUuid string
    changeType string
    patchData string
    updateTs date-time
  • ]
Loading...