---
title: "Account Transfer."
method: POST
path: "/v0.2.4/accounts/transfer"
tags: ["Account"]
---

# Account Transfer.

`POST /v0.2.4/accounts/transfer`

## Request body

- object
  - `receiver` string, required — Receiver ID.
  - `valueInUSD` number, required — Amount to transfer.
  - `wallet` string — Wallet type.
  - `subAccount` string — Sub/Multi-currency Account if any.

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Message describing the request result.
  - `data` object
    - `paymentLink` string
    - `data` object[] — List of payout data (only one object allowed).
      - `id` string
      - `valueInUSD` string
      - `chimoney` number
      - `issueID` string
      - `wallet` string
      - `receiver` string
      - `personalizedMessage` string
      - `fee` number
      - `type` string
      - `issuer` string
      - `t_id` number
      - `chiRef` string
      - `narration` string
      - `issueDate` string
      - `paymentDate` string
      - `redeemLink` string
    - `chimoneys` object[] — List of Chimoney payout objects (only one object allowed).
      - `id` string
      - `valueInUSD` number
      - `chimoney` number
      - `issueID` string
      - `fee` number
      - `type` string
      - `issuer` string
      - `twitter` string
      - `chiRef` string
      - `issueDate` string
      - `redeemLink` string
    - `payouts` object
    - `error` 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)
