---
title: "Retrieves a specific attachment from a specific bank transfer using a unique attachment ID"
method: GET
path: "/BankTransfers/{BankTransferID}/Attachments/{AttachmentID}"
tags: ["Accounting"]
---

# Retrieves a specific attachment from a specific bank transfer using a unique attachment ID

`GET /BankTransfers/{BankTransferID}/Attachments/{AttachmentID}`

## Path parameters

- `BankTransferID` string, uuid, required
- `AttachmentID` string, uuid, required

## Headers

- `contentType` string, required

## Response `200`

Success - return response of binary data from the Attachment to a Bank Transfer

---

[API](https://skmtc.net/xeroapi/apis/xero-accounting-api.md) · [All operations](https://skmtc.net/xeroapi/apis/xero-accounting-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xeroapi/xero-accounting-api/versions/dc231cafd8de/schema)
