---
title: "Transfer Merchant Balance"
method: POST
path: "/v1/merchant/balance/transfer"
tags: ["public.balance"]
---

# Transfer Merchant Balance

`POST /v1/merchant/balance/transfer`

Transfers USD from the merchant collection balance into the merchant withdrawal balance

## Headers

- `X-Idempotency-Key` string, required

## Request body

- TransferMerchantBalanceRequest
  - `amount_usd` string, required

## Response `200`

OK

- TransferMerchantBalanceResponse
  - `data` MerchantBalanceData
    - `collection_balance_usd` string
    - `withdrawal_balance_bnb` string
    - `withdrawal_balance_ngn` string
    - `withdrawal_balance_sol` string
    - `withdrawal_balance_usd` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `409` — Idempotency conflict
- `500` — Internal server error

---

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