dispute_transaction.updated

Occurs when a dispute transaction is updated

Payload
const
enum
required

The type of event that occurred.

Allowed:
string | null
required

Identifier assigned by the network for this dispute.

uuid
required

Token assigned by Lithic for the dispute, in UUID format.

uuid
required

Token for the card used in the dispute, in UUID format.

uuid
required

Token for the account associated with the dispute, in UUID format.

string
enum
required

Card network handling the dispute.

Allowed:
string
required

Three-letter ISO 4217 currency code.

date-time
required

When the dispute was created.

date-time
required

When the dispute was last updated.

merchant
object
required
transaction_series
required
liability_allocation
object
required

Current breakdown of how liability is allocated for the disputed amount

string | null
enum
required

Current status of the dispute.

Allowed:
string | null
enum
required

Dispute resolution outcome

Allowed:
events
array of objects
required

Chronological list of events that have occurred in the dispute lifecycle

events*
Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…