---
title: "Create Transfer"
method: POST
path: "/merchant/accounts/transfers"
tags: ["merchantAccounts"]
---

# Create Transfer

`POST /merchant/accounts/transfers`

## Headers

- `Authorization` string, required

## Request body

- ManagedTransferRequest
  - `sourceId` string, required
  - `destinationId` string, required
  - `amount` Cents, required
    - `cents` integer, required
  - `note` string

## Response `200`

Successful response

---

[API](https://skmtc.dev/coinflow/apis/api-reference.md) · [All operations](https://skmtc.dev/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinflow/api-reference/revisions/430f04d8d2a9/schema)
