---
title: "Refund Processing Result"
method: POST
path: "/v1/channel/order/refund/processing-result"
tags: ["Order"]
---

# Refund Processing Result

`POST /v1/channel/order/refund/processing-result`

Send Refund processing result back to Seller.

## Request body

- RefundProcessingResult
  - `refundId` string, required — Seller created unique Id to identify the processing Result of a Refund processing from a Channel.
  - `sellerId` string, required — A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
  - `isAccepted` boolean, required
  - `processingErrorList` RefundProcessingError[]
    - `code` string
    - `message` string, required

## Response `201`

Refund processing result receied

## Other responses

- `400` — Bad Request
- `401` — Access forbidden, invalid or unknown Token was used.
- `500` — Unexpected Server Error

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
