Attach a document to a transaction
Transactions
Attach a document to a transaction
Append an already-uploaded document (by id) to the transaction’s attachments. The document must belong to the same user. Idempotent — re-attaching an existing id is a no-op. Returns the full updated list with signed download links.
POST
Attach a document to a transaction
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Path Parameters
Body
application/json
Body for POST /transactions/{id}/attachments.