---
title: "Consultar transferência"
method: GET
path: "/transfer/{id}"
tags: ["Transferências"]
---

# Consultar transferência

`GET /transfer/{id}`

## Path parameters

- `id` string, required

## Headers

- `User-Agent` string

## Response `200`

Successful response

- object
  - `id` string
  - `value` number, float
  - `status` string
  - `status_description` string
  - `integration_id` string
  - `idempotency_key` string
  - `created_at` string
  - `destination_bank_account_id` string
  - `company_id` string
  - `batch_id` string
  - `receipt_url` string
  - `bank_receipt_url` string
  - `payment_date` string
  - `finish_date` string
  - `transfer_date` string
  - `returned_date` string
  - `payment_method` string
  - `description` string
  - `pix_description` string
  - `pix_end2end_id` string
  - `emv` string
  - `is_withdraw` boolean
  - `authorization_code` string
  - `destination_bank_account` object
    - `id` string
    - `name` string
    - `cpf_cnpj` string
    - `email` string
    - `pix_key` string
    - `pix_key_type` string
    - `status_description` string
    - `status` string
    - `bank` object
      - `id` string
      - `name` string
      - `code` string
      - `ispb` string
      - `image` string
  - `error` object, nullable
    - `code` string, nullable
    - `message` string
  - `recurrence` Recurrence
    - `id` string
    - `status` string
    - `interval` integer
    - `interval_type` string
    - `number_of_payments` integer
    - `next_payment_at` string

---

[API](https://skmtc.net/transfeera/apis/autentica-o.md) · [All operations](https://skmtc.net/transfeera/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfeera/autentica-o/versions/cf24b926bbaa/schema)
