List transaction documents
Returns the documents associated with the provided bank transaction id. Bank transaction documents are most commonly receipts, but any document may be uploaded, such as an invoice. Images (jpg
& png
) and PDFs are supported. Each document will be served as a presigned URL, which is a secure, temporarily available link to the document.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to fetch the documents for
The UUID of the bank transaction to fetch documents for
Response
Contains a list of presigned URLs pointing to various documents stored on Amazon S3. These URLs allow authorized access to the documents for a limited period.
A list of presigned URLs to documents stored in S3.