---
title: "Create Chargeback Response"
method: POST
path: "/merchant/chargebacks/{paymentId}/respond"
tags: ["merchant"]
---

# Create Chargeback Response

`POST /merchant/chargebacks/{paymentId}/respond`

Respond to a chargeback. This will send the response to the card network.

## Path parameters

- `paymentId` string, required

## Headers

- `Authorization` string, required

## Request body

- union
  - MerchantRespondRequest0
    - `response` string, required
  - MerchantRespondRequest1
    - `fileKey` string, required

## Response `200`

Successful response

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/versions/7eea51c8775d/schema)
