---
title: "Chargeback: Accept"
method: POST
path: "/chargeback_requests/{id}/accept"
tags: ["Chargebacks"]
---

# Chargeback: Accept

`POST /chargeback_requests/{id}/accept`

Accepts a chargeback, agreeing to the dispute. Takes no request body.

A chargeback can only be accepted while its status is `pending`. If the due
date has passed, the request returns an error. Accepting an already-accepted
chargeback returns `204` (idempotent).

## Path parameters

- `id` string, required — A unique 25-character alphanumeric resource identifier.

## Response `204`

204 response

## Other responses

- `400` — Only pending chargebacks can be accepted, or the due date has passed
- `401` — Authentication failed
- `404` — Chargeback does not exist, or the feature is disabled for the merchant

---

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