---
title: "Fetch an Incoming Wire"
method: GET
path: "/incoming_wire/{id}"
tags: ["Incoming Wire"]
---

# Fetch an Incoming Wire

`GET /incoming_wire/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Response `200`

The incoming_wire

- object
  - `account_id` string — ID of the Account receiving the transfer. Filterable.
  - `amount` string — Amount of money transferred, with two decimal precision
  - `bank_id` string — ID of the bank with which the object is associated
  - `beneficiary` object — A sub-object containing information about the wire beneficiary
    - `address` string[] — Wire Bank Address sub-object
    - `bank_data` object — Bank details
      - `account_number` string — Bank account number
      - `account_type` string — Account type
      - `address` string[] — Unparsed bank address data
      - `bank_name` string — Name of the bank
      - `routing_number` string — Valid 9-digit ABA routing transit number associated with this bank
    - `name` string — Name of the intermediary bank (maximum of 35 characters)
  - `id` string — Unique identifier for object
  - `imad` object — An IMAD sub-object
    - `parsed` object — Parsed IMAD sub-object
      - `cycle_date` string — Wire transfer date
      - `input_sequence_number` string — A 6 digit number assigned for uniqueness
      - `input_source` string — 8 alphanumeric characters identifying the source
    - `unparsed` string — Input Message Accountability Data: a unique number assigned to a wire transfer processed through the Federal Reserve Bank’s FedwireService
  - `org_id` string — ID of the organization with which the object is associated. Filterable.
  - `originator` object — A sub-object containing information about the wire originator
    - `address` string[] — Wire Bank Address sub-object
    - `bank_data` object — Bank details
      - `account_number` string — Bank account number
      - `account_type` string — Account type
      - `address` string[] — Unparsed bank address data
      - `bank_name` string — Name of the bank
      - `routing_number` string — Valid 9-digit ABA routing transit number associated with this bank
    - `name` string — Name of the intermediary bank (maximum of 35 characters)
  - `originator_to_beneficiary_info` string — Optional additional information for the beneficiary
  - `received_at` string — Timestamp of when the object was received
  - `status` string — One of `pending` `processing` `done` `failed`, or `returned`. Filterable.
  - `transaction_id` string — ID of the associated transaction. Filterable.
  - `wire_body` object — Raw wire body

---

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