---
title: "Send internal transfer to another user by UID"
method: POST
path: "/api/internal-transfer"
tags: ["ApiFinance"]
---

# Send internal transfer to another user by UID

`POST /api/internal-transfer`

## Headers

- `Idempotency-Key` string

## Request body

- InternalTransferRequest
  - `toUserId` string, nullable — Specify user id (optional)
  - `toEmail` string, nullable — Specify user email (optional)
  - `toPublicId` string, nullable — Specify recipient PublicId / UID (optional)
  - `amount` number, double — Transfer amount
  - `currencyCode` string, required — Transfer currency
  - `authCode` string, nullable — Google Authenticator code
  - `emailAuthCode` string, nullable — Code sent to email

## Response `200`

Success

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
