---
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

- **2026-08-31** `fafe355d0698` — 1 info
  - the security scope `billing:write` was added to the endpoint's security scheme `bearerAuth`
- **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.dev/rendobar/apis/rendobar-api/revisions/14f92fdd491f?raw)
