---
title: "Transfer from multicurrency wallet to another wallet, an email or a phone number."
method: POST
path: "/v0.2.4/multicurrency-wallets/transfer"
tags: ["MultiCurrency Wallets", "Interledger"]
---

# Transfer from multicurrency wallet to another wallet, an email or a phone number.

`POST /v0.2.4/multicurrency-wallets/transfer`

## Request body

- object
  - `sender` string — ID of Multicurrency Account. Leave blank to transfer from parent.
  - `subAccount` string — ID of Sub/Multicurrency Account. Overrides sender.
  - `amountToSend` string, required — Amount in originCurrency currency to transfer/swap.
  - `originCurrency` string, required — ISO Currency String like CAD, USD, etc. of the wallet to transfer from.
  - `receiver` string — Valid Chimoney Multi-currency Account, User or Organization ID.
  - `email` string — Send transfer to an email. Ignored if receiver is valid
  - `phoneNumber` string — Send transfer to a phone number. Ignored if receiver or email is valid
  - `destinationCurrency` string, required — ISO Currency String like CAD, USD, etc. of the wallet to transfer to.
  - `narration` string — Narration/Description of the payment to be included in the notification to the user.
  - `turnOffNotification` boolean — Disables email and other notifications from Chimoney.
  - `sendViaInterledger` boolean — Instructs the transaction to be sent via Interledger. Sender is required to have a valid originCurrency payment Pointer and Receiver is required to have a valid destinationCurrency payment pointer.

## Response `200`

Success.

- object
  - `status` string
  - `message` string
  - `data` object
    - `paymentLink` string
    - `data` object[]
      - `id` string
      - `valueInUSD` string
      - `chimoney` integer
      - `issueID` string
      - `receiver` string
      - `personalizedMessage` string
      - `fee` number
      - `type` string
      - `issuer` string
      - `t_id` integer
      - `chiRef` string
      - `narration` string
      - `integration` object
        - `reference` string
        - `appID` string
      - `issueDate` string, date-time
      - `redeemLink` 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)
