---
title: "Transfer between wallets."
method: POST
path: "/v0.2.4/wallets/transfer"
tags: ["Wallet"]
---

# Transfer between wallets.

`POST /v0.2.4/wallets/transfer`

## Request body

- object
  - `subAccount` string — Subaccount if any.
  - `receiver` string, required — Valid Chimoney User or Organization ID.
  - `wallet` string — Wallet type. Leave blank except you fully understand the different wallet types ["chi", "momo", "airtime"]
  - `valueInUSD` number, required — valueInUSD.

## Response `200`

Success.

- object
  - `status` string
  - `message` string
  - `data` object
    - `paymentLink` string — Link to the payment details.
    - `data` object[] — List of payout details.
      - `id` string
      - `valueInUSD` number
      - `chimoney` number
      - `issueID` string
      - `fee` number
      - `type` string
      - `issuer` string
      - `enabledToRedeem` string[]
      - `t_id` number
      - `twitter` string
      - `chiRef` string
      - `issueDate` string, date-time
      - `redeemData` object
        - `walletID` string
      - `initiatedBy` string
      - `redeemLink` string
    - `chimoneys` object[] — List of Chimoneys.
      - `id` string
      - `valueInUSD` number
      - `chimoney` number
      - `fee` number
      - `issuer` string
      - `issueDate` string, date-time
      - `redeemData` object
        - `walletID` string
      - `redeemLink` string
    - `payouts` object
      - `0` object
        - `id` string
        - `valueInUSD` number
        - `chimoney` number
        - `fee` number
        - `status` string
      - `1` object
        - `id` string
        - `valueInUSD` number
        - `chimoney` number
        - `fee` number
        - `status` string
      - `issueID` string

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
