---
title: "PATCH /api/v1/expenses/refund"
method: PATCH
path: "/api/v1/expenses/refund"
tags: ["Expenses"]
---

# PATCH /api/v1/expenses/refund

`PATCH /api/v1/expenses/refund`

## Headers

- `publicKey` string
- `privateKey` string

## Request body

- PutExpenseRefundRequestDto
  - `expenseId` ExpenseIdRequestDto[], nullable
    - `id` string, nullable
  - `refundPaymentTypeId` string, nullable
  - `paymentDate` string, date-time

## Response `200`

OK

---

[API](https://skmtc.dev/stuo/apis/external-api.md) · [All operations](https://skmtc.dev/stuo/apis/external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stuo/external-api/revisions/55217bb301d0/schema)
