---
title: "accept dispute"
method: POST
path: "/investigations/action_requests/{action_request_id}/accept"
tags: ["Disputes (Beta)"]
---

# accept dispute

`POST /investigations/action_requests/{action_request_id}/accept`

## Path parameters

- `action_request_id` string, uuid, required

## Request body

- InvestigationsActionRequestAcceptRequest
  - `amount_returned` object, required
    - `currency` 'AUD', required — The currency of the amount returned.
    - `value` integer, required — The value of the amount returned in cents.
  - `return_transaction_identification` string, required — The unique identifier for the return transaction.

## Response `200`

OK

- object
  - `jsonapi` object, required
    - `version` '1.0', required
  - `data` InvestigationsDispute, required
    - `id` string, uuid, required — The unique identifier for the dispute
    - `type` 'disputes', required
    - `attributes` object
      - `raised_at` string, date-time, required — The date and time when the dispute was raised
      - `state` 'open' | 'awaiting_merchant' | 'closed', required — The current state of the dispute
    - `links` object
      - `self` string, uri, required — The URL to access the dispute
    - `relationships` object
      - `events` object, required
        - `data` InvestigationsEvent[]
          - `id` string, uuid, required — The unique identifier for the event
          - `type` 'events', required — The type of the resource
          - `attributes` object
            - `at` string, date-time, required — The date and time when the event occurred
            - `title` 'OFI raised dispute' | 'Merchant accepted dispute' | 'Merchant action requested' | 'Merchant rejected dispute', required — The title of the event
            - `detail` 'Payer's bank raised a dispute' | 'Merchant acknowledged dispute was founded and has returned funds' | 'Zepto requested merchant to take action' | 'Merchant rejected dispute with evidence', required — The detailed description of the event
        - `meta` object
          - `included` boolean — Indicates if the events are included in the response
      - `uploads` object, required
        - `data` InvestigationsUpload[]
          - `id` string, uuid, required — The unique identifier for the upload
          - `type` 'uploads', required — The type of the resource
          - `attributes` object
            - `urn` string, required — The URN of the upload
          - `relationships` object
            - `dispute` object, required
              - …
        - `meta` object
          - `included` boolean — Indicates if the uploads are included in the response

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/zeptopayments/apis/zepto-api.md) · [All operations](https://skmtc.net/zeptopayments/apis/zepto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeptopayments/zepto-api/revisions/6353e9b9af6f/schema)
