---
title: "Accept Or Reject Chargeback"
method: POST
path: "/refund-chargeback/chargeback/merchant/api/accept_reject_chargeback"
tags: ["Refunds And Chargebacks"]
---

# Accept Or Reject Chargeback

`POST /refund-chargeback/chargeback/merchant/api/accept_reject_chargeback`

This endpoint is used to either accept or decline a chargeback request.

## Request body

- AcceptOrRejectChargebackRequest
  - `action` 'accept' | 'reject', required — The action to be performed on the chargeback..
  - `chargeback_fk` integer, required — The unique identifier of the chargeback. This can be retrieved in the Chargeback request API response..
  - `comment` string, nullable — A brief note on your chargeback action.
  - `evidence_url` string, uri, nullable, required — The evidence URL. This link must be accessible.

## Response `200`

Accept Or Reject Chrageback Response

- unknown

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.net/payaza/apis/payaza-documentation.md) · [All operations](https://skmtc.net/payaza/apis/payaza-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payaza/payaza-documentation/revisions/1ecd4b94ff07/schema)
