---
title: "Get Refund Reasons"
method: GET
path: "/payouts/refunds/reasons"
tags: ["Refunds"]
---

# Get Refund Reasons

`GET /payouts/refunds/reasons`

Returns the reason code for the created refund, which is then used in the refund request creation.

## Response `200`

Returns the list of reasons for which a refund is being inititated.

- object[]
  - `code` string, required — Refers to the code of refund reason
  - `description` string, required — Refers to the reason of the refund

---

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