claim.updated

Occurs when a dispute intake claim is updated, such as a status change or a change to its outstanding requirements.

Payload

A claim represents a dispute filing initiated through the Dispute Intake API.

const
enum
required

The type of event that occurred.

Allowed:
uuid
required

Unique identifier for the claim, in UUID format

card_tokens
array of uuids
required

Tokens for the cards associated with the disputed transactions

card_tokens*
uuid | null
required

Token for the account associated with the claim

uuid | null
required

Token for the account holder that filed the claim

date-time
required

When the claim was created

date-time
required

When the claim was last updated

disputed_transactions
array of objects
required

Transactions included in this claim

disputed_transactions*
string
enum
required

Dispute reason code provided when creating the claim

string
enum
required

Current lifecycle status of the claim

Allowed:
outstanding_requirements
array of strings
required

Requirements that must be fulfilled before the claim can be submitted

outstanding_requirements*
Allowed:
date-time | null
required

When the claim was submitted. Null until the claim reaches SUBMITTED status

Response
200

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

LoadingLoading…