---
title: "Retrieve an Inbound Wire Drawdown Request"
method: GET
path: "/inbound_wire_drawdown_requests/{inbound_wire_drawdown_request_id}"
---

# Retrieve an Inbound Wire Drawdown Request

`GET /inbound_wire_drawdown_requests/{inbound_wire_drawdown_request_id}`

## Path parameters

- `inbound_wire_drawdown_request_id` string, required — The identifier of the Inbound Wire Drawdown Request to retrieve.

## Response `200`

Inbound Wire Drawdown Request

- InboundWireDrawdownRequest — Inbound wire drawdown requests are requests from someone else to send them a wire. For more information, see our [Wire Drawdown Requests documentation](/documentation/wire-drawdown-requests).
  - `account_id` string, required — The Account from which the recipient of this request is being requested to send funds.
  - `amount` integer, required — The amount being requested in cents.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the inbound wire drawdown request was created.
  - `creditor_account_number` string, required — The creditor's account number.
  - `creditor_address_line1` string, nullable, required — A free-form address field set by the sender.
  - `creditor_address_line2` string, nullable, required — A free-form address field set by the sender.
  - `creditor_address_line3` string, nullable, required — A free-form address field set by the sender.
  - `creditor_name` string, nullable, required — A name set by the sender.
  - `creditor_routing_number` string, required — The creditor's routing number.
  - `currency` string, required — The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the amount being requested. Will always be "USD".
  - `debtor_address_line1` string, nullable, required — A free-form address field set by the sender.
  - `debtor_address_line2` string, nullable, required — A free-form address field set by the sender.
  - `debtor_address_line3` string, nullable, required — A free-form address field set by the sender.
  - `debtor_name` string, nullable, required — A name set by the sender.
  - `end_to_end_identification` string, nullable, required — A free-form reference string set by the sender, to help identify the drawdown request.
  - `id` string, required — The Wire drawdown request identifier.
  - `input_message_accountability_data` string, nullable, required — A unique identifier available to the originating and receiving banks, commonly abbreviated as IMAD. It is created when the wire is submitted to the Fedwire service and is helpful when debugging wires with the originating bank.
  - `instruction_identification` string, nullable, required — The sending bank's identifier for the drawdown request.
  - `recipient_account_number_id` string, required — The Account Number from which the recipient of this request is being requested to send funds.
  - `type` 'inbound_wire_drawdown_request', required — A constant representing the object's type. For this resource it will always be `inbound_wire_drawdown_request`.
  - `unique_end_to_end_transaction_reference` string, nullable, required — The Unique End-to-end Transaction Reference ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr)) of the drawdown request.
  - `unstructured_remittance_information` string, nullable, required — A free-form message set by the sender.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

[API](https://skmtc.dev/increase/apis/increase-api-2.md) · [All operations](https://skmtc.dev/increase/apis/increase-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/increase/increase-api-2/revisions/21462c0df069/schema)
