---
title: "settlement_attachment_download"
method: GET
path: "/accounts/{aid}/settlements/{settlementid}/attachments/{attachmentid}"
tags: ["settlements"]
---

# settlement_attachment_download

`GET /accounts/{aid}/settlements/{settlementid}/attachments/{attachmentid}`

Download a settlement attachment

*scopes*:
  - admin:billing
  - read:billing
  - admin:reports
  - read:reports
  - admin:settlements
  - read:settlements

## Path parameters

- `aid` string, ^[PT]{1}\d{8}$, required
- `settlementid` string, required
- `attachmentid` string, required

## Response `200`

success

- string, binary

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Unexpected Error

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/revisions/9b83a4199008/schema)
