---
title: "Refund balance."
method: POST
path: "/admin/balance/refund.json"
tags: ["Balance"]
---

# Refund balance.

`POST /admin/balance/refund.json`

Refund balance.

## Request body

- RefundParamsDto
  - `amount` number — Refund amount.
  - `order_id` integer — OrderId to refund ( optional )
  - `reason_title` string — Refund reason.
  - `transaction_type` string — Transaction type.

## Response `200`

OK

- SuccessResponse
  - `success` boolean — Is Refund successfully.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/shopbase/apis/shopbase-internal-api.md) · [All operations](https://skmtc.net/shopbase/apis/shopbase-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopbase/shopbase-internal-api/revisions/353ccde6240d/schema)
