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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Content-Type must be set to application/json
The UUID of the business to fetch the documents for
The UUID of the bank transaction to fetch documents for
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.