---
title: "Retrieves specific attachments from a specific BankTransaction using a unique attachment Id"
method: GET
path: "/BankTransactions/{BankTransactionID}/Attachments/{AttachmentID}"
tags: ["Accounting"]
---

# Retrieves specific attachments from a specific BankTransaction using a unique attachment Id

`GET /BankTransactions/{BankTransactionID}/Attachments/{AttachmentID}`

## Path parameters

- `BankTransactionID` string, uuid, required
- `AttachmentID` string, uuid, required

## Headers

- `contentType` string, required

## Response `200`

Success - return response of attachment for BankTransaction as binary data

---

[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/5cf7f780d3c8/schema)
