---
title: "Balance:Withdraw"
method: POST
path: "/v2/balance/withdraw"
tags: ["Balance"]
---

# Balance:Withdraw

`POST /v2/balance/withdraw`

This API withdraw funds from your balance which will be settled in a next settlement. You can add a merchant code so that you can withdraw funds also from a merchant where you have access to (default = active merchantCode).

## Request body

- BalanceWithdrawInput
  - `merchantCode` string, nullable
  - `withdraw` BalanceWithdrawInputWithdraw, required
    - `amount` BalanceAmountInput
      - `value` integer
      - `currency` string
    - `turnoverGroupCode` string, nullable

## Response `204`

The Withdraw method has been triggered.

## Other responses

- `400` — Invalid input
- `422` — Unprocessable entity

---

[API](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api.md) · [All operations](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pay/pay-transaction-gateway-unit-api/versions/2bc260c7bdfc/schema)
