---
title: "Realizar uma transferência entre contas"
method: POST
path: "/wallet/internal/transfer"
---

# Realizar uma transferência entre contas

`POST /wallet/internal/transfer`

## Request body

- object
  - `amount` number, required — Valor da transação.
  - `clientRequestId` string, required — Identificador único gerado pelo cliente.
  - `debitParty` object
    - `account` string, required — Número da conta debitada
  - `creditParty` object
    - `account` string, required — Número da conta creditada
    - `taxId` string
  - `description` string — Descrição da operação

## Response `200`

Sucesso

- object
  - `status` string
  - `version` string
  - `body` object
    - `id` string
    - `amount` string
    - `clientRequestId` string
    - `endToEndId` string
    - `namdebitPartye` object
      - `account` string
      - `taxId` string
      - `name` string
      - `branch` string
      - `bank` string
    - `creditParty` object
      - `account` string
      - `taxId` string
      - `name` string
      - `branch` string
      - `bank` string
  - `description` string

## Other responses

- `400` — Bad Request
- `401` — Access Denied
- `404` — Not Found
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/versions/85dd6188a37b/schema)
