---
title: "Fund transfers"
method: PATCH
path: "/sub_wallets/transfer"
tags: ["Sub-wallets"]
---

# Fund transfers

`PATCH /sub_wallets/transfer`

Fund transfers between a wallet account and its sub-wallet as well as between any sub-wallets that belong to the same wallet account. The `source` and `destination` accounts must be `active` and use the same currency.

## Request body

- SubWalletTransferRequestBody
  - `source` string, required — Account ID or sub-wallet ID from which fund is to be debited
  - `destination` string, required — Account ID or sub-wallet ID that will receive the fund
  - `amount` integer, required — amount in cents that will be transfered

## Response `201`

OK

- SubWalletTransferResponseBody
  - `transactions` SubWalletTransactions
    - `id` string
    - `created_at` string
    - `updated_at` string
    - `description` string
    - `type` string
    - `type_method` string
    - `state` string
    - `user_id` string
    - `user_name` string
    - `account_id` string
    - `account_type` string
    - `sub_wallets_id` string
    - `sub_wallet_name` string
    - `amount` integer
    - `currency` string
    - `debit_credit` string
    - `marketplace` SubWalletTransactionsMp
      - `group_name` string
      - `name` string
      - `short_name` string
      - `uuid` string
    - `related` SubWalletRelated
      - `transactions` SubWalletTr[]
        - `id` string
        - `account_id` string
        - `account_type` string
        - `user_id` string
        - `user_name` string
    - `links` SubWalletTransactionLinks
      - `self` string

## Other responses

- `422` — unprocessable content

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/revisions/60b528b2e015/schema)
