---
title: "Create Transfer"
method: POST
path: "/finance/accounts:transfer"
---

# Create Transfer

`POST /finance/accounts:transfer`

Transfer fund between two financial accounts.

## Request body

- object
  - `from_account_id` number, required — Account ID from which the funds will be transferred.
  - `to_account_id` number, required — Account ID to which the funds will be transferred.
  - `amount` string, required — Transfer amount
  - `description` string — Transfer description
  - `custom_created_at` string, date-time — Transaction backdate (ISO 8601)

## Response `200`

---

[API](https://skmtc.net/roapp/apis/ro-app-public-api-v2.md) · [All operations](https://skmtc.net/roapp/apis/ro-app-public-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roapp/ro-app-public-api-v2/revisions/85de4353ed28/schema)
