v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-2684278289.5 KB
Transactions

Upload a transaction attachment

Upload a file attachment to a transaction. The file is uploaded via multipart/form-data. Supported file types include PDF, images (PNG, JPG, GIF), and common document formats.

post/transaction/{transactionId}/attachments

Path parameters

transactionIdstring uuid required

ID of the transaction to attach the file to

Response

Successfully uploaded attachment. Returns attachmentId and downloadUrl.