---
title: "Show Item Wire Details"
method: GET
path: "/items/{id}/wire_details"
tags: ["Items"]
---

# Show Item Wire Details

`GET /items/{id}/wire_details`

Show the **Item** wire payment details using a given `:id`.

## Path parameters

- `id` string, required

## Response `200`

OK

- SingleWireDetailsWithId
  - `items` WireDetailsWithId
    - `id` string
    - `wire_details` WireDetails
      - `beneficiary` string
      - `address_line1` string
      - `city` string
      - `state` string
      - `zip` string
      - `routing_number` string
      - `account_number` string
      - `bank_name` string
      - `swift` string
      - `reference` string
      - `amount` string
      - `currency` string
      - `country` string

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/versions/60b528b2e015/schema)
