Skip to main content
PATCH
Update dispute

Authorizations

public-api-key
string
header
required

Your public API key from the Yuno Dashboard

private-secret-key
string
header
required

Your private secret key (server-side only)

Path Parameters

payment_id
string<uuid>
required

The unique identifier of the payment

dispute_id
string<uuid>
required

The unique identifier of the dispute

Body

application/json
evidence
object
status
enum<string>

New dispute status

Available options:
EVIDENCE_SUBMITTED,
ACCEPTED

Response

Dispute updated successfully

id
string<uuid>
payment_id
string<uuid>
status
enum<string>
Available options:
OPEN,
EVIDENCE_SUBMITTED,
WON,
LOST,
ACCEPTED
amount
object
Example:
reason
string
created_at
string<date-time>
updated_at
string<date-time>