---
title: "Dispute a job charge"
method: POST
path: "/jobs/{id}/dispute"
tags: ["Jobs"]
---

# Dispute a job charge

`POST /jobs/{id}/dispute`

Flags a job charge for manual admin review. All disputes — regardless of amount — go through admin discretion. No automatic refunds.

## Path parameters

- `id` string, required — Job ID

## Request body

- object
  - `reason` string — Reason for dispute

## Response `200`

Dispute logged for admin review

- object
  - `data` object, required
    - `action` 'flagged', required
    - `message` string, required

## Other responses

- `404` — Job not found
- `409` — Job not eligible for dispute

## Changes

> 7 revisions in range; 1 could not be searched.

- **2026-08-29** `4d10ec4266ee` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/jobs/:id/dispute/post.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rendobar/rendobar-api/revisions/4d10ec4266ee/schema)
