Skip to Main Content
Riverty Docs
  • Get Started
  • Login
riverty logo Docs

Get Shop Dispute By Id

Retrieves a dispute by Id

Path

GET /disputes/{disputeId}

Request Parameters

disputeId
required
string <uuid>
Unique identifier for the dispute, it should be a GUID

Responses

  • 204 No content
  • 400 Invalid request
200 Successful Request

Request Example

    
        {}
    

Response Example

    
        {
 "id": "50fc9c37-cbcb-49f5-d72b-08dd939e9062",
 "stage": {
  "id": 6
 },
 "invoice": {
  "client": {
   "shopId": "AFS000003926"
  },
  "invoiceNumber": "802693330"
 },
 "decision": {
  "name": "Write-off"
 },
 "createdAt": "2025-05-15T10:52:19.2984008Z",
 "reasonCode": {
  "shortCode": "R1"
 },
 "attachments": [
  {
   "id": "d3cd4950-9541-4867-063f-08ddb25bc8cc",
   "size": 1784046,
   "mimeType": "image/jpeg",
   "createdAt": "2025-06-24T08:17:00Z",
   "originalFileName": "Group_of_cats.jpg"
  }
 ],
 "ticketNumber": "D-0001-4112"
}