---
title: "Retrieves a specific attachment on a specific bank transfer by file name"
method: GET
path: "/BankTransfers/{BankTransferID}/Attachments/{FileName}"
tags: ["Accounting"]
---

# Retrieves a specific attachment on a specific bank transfer by file name

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

## Path parameters

- `BankTransferID` string, uuid, required
- `FileName` string, 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)
