---
title: "Issue a partial refund"
method: POST
path: "/orders/{RefNo}/refund/"
tags: ["Refunds"]
---

# Issue a partial refund

`POST /orders/{RefNo}/refund/`

## Path parameters

- `RefNo` string, required

## Headers

- `X-Avangate-Authentication` string, required
- `Accept` 'application/json', required

## Request body

- Body3
  - `amount` number
  - `items` Orders0shippingItems[]
    - `Code` string
    - `Quantity` number
  - `comment` string
  - `reason` string

## Response `200`

OK

---

[API](https://skmtc.dev/2checkout/apis/api-rest-documentation.md) · [All operations](https://skmtc.dev/2checkout/apis/api-rest-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/2checkout/api-rest-documentation/revisions/8a7ea610933e/schema)
