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.