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

# Capture charge balance.

`POST /admin/balance/charge.json`

Capture charge balance.

## Request body

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

## Response `200`

OK

- SwagggerCaptureSuccessResponse
  - `success` boolean — Is capture charge 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)
