---
title: "POST /transfer/virtual-account"
method: POST
path: "/transfer/virtual-account"
---

# POST /transfer/virtual-account

`POST /transfer/virtual-account`

Transfer money between Virtual Accounts or fund a Virtual Account from a Primary Account

## Headers

- `X-Idempotency-Key` string, required

## Request body

- object
  - `source` string, required — The ID of the virtual account to transfer money from. Can also be the virtual account linked to a primary Slash account to fund a new virtual account (Virtual account with the name 'Primary account').
  - `destination` string, required — The ID of the virtual account to transfer money to.
  - `amountCents` number, required — The amount of money to send in cents.
  - `memo` string — Optional memo/description for the transfer to help differentiate transactions.

## Response `200`

OK

- object
  - `transferId` string, required — The ID of the transfer that was created.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

[API](https://skmtc.net/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.net/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/versions/773c90f079c5/schema)
