settlement_attachment_download
Settlements
Download attachment
Download a settlement attachment
scopes:
- admin:billing
- read:billing
- admin:reports
- read:reports
- admin:settlements
- read:settlements
GET
settlement_attachment_download
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
Required string length:
9An id that uniquely identifies the settlement.
An id that uniquely identifies the attachment.
Response
success
The response is of type file.
Last modified on May 13, 2026