6353e9b9af6f

latestOpenAPI 3.1.02026-07-2469193340.0 KB
Disputes (Beta)

accept dispute

post/investigations/action_requests/{action_request_id}/accept

Path parameters

action_request_idstring uuid required
Example:019708f5-1e6a-28ca-0306-fa0af0104ce4

Request body

return_transaction_identificationstring required

The unique identifier for the return transaction.

Example request

{
  "amount_returned": {
    "currency": "AUD",
    "value": 100
  },
  "return_transaction_identification": "lbkmya1jg83uqr9d1ytogr6wpwdzz9bjwgs"
}

Response

OK

Example response

{
  "jsonapi": {
    "version": "1.0"
  },
  "data": {
    "id": "0196f9a6-c8ba-9b54-2913-5e0a8d42dd40",
    "attributes": {
      "raised_at": "2025-05-23T12:00:00Z",
      "state": "open"
    },
    "links": {
      "self": "/investigations/disputes/0196f9a6-c8ba-9b54-2913-5e0a8d42dd40"
    },
    "relationships": {
      "events": {
        "data": [
          {
            "id": "0196f9a7-1aca-54a5-ba76-722e8e70deda",
            "attributes": {
              "at": "2025-05-23T14:30:00Z"
            }
          }
        ]
      },
      "uploads": {
        "data": [
          {
            "id": "0196f9a7-3465-ae88-7cc8-6fabacb573bc",
            "attributes": {
              "urn": "urn:example:0196f9a7-3465-ae88-7cc8-6fabacb573bc"
            }
          }
        ]
      }
    }
  }
}