---
title: "Iniciação de transferência"
method: POST
path: "/initiate"
---

# Iniciação de transferência

`POST /initiate`

Inicie uma transferência por API

## Headers

- `Idempotency-Key` string, required

## Request body

- object
  - `destination` object, required
    - `account_type` string
    - `bank_code` string, required
    - `account_number` string, required
    - `branch_number` string, required
    - `holder` object
      - `name` string
      - `document` object
        - `identity` string, required
        - `type` string, required
  - `amount` integer, required
  - `description` string
  - `code` string
  - `category` string
  - `scheduled` string, date

## Response `200`

200

- object
  - `id` string
  - `status` string
  - `created_at` string
  - `destination` object
    - `bank_code` string
    - `account_number` string
    - `account_number_digit` string
    - `branch_number` string
    - `holder` object
      - `name` string
      - `document` object
        - `identity` string
        - `type` string
    - `account_type` string
  - `amount` integer
  - `description` string
  - `code` string
  - `category` string
  - `scheduled` string

## Other responses

- `400` — 400
- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/cora/apis/boletos.md) · [All operations](https://skmtc.net/cora/apis/boletos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cora/boletos/revisions/c1a8281b252f/schema)
