v1
latestOpenAPI 3.0.02026-07-2412592575.3 KBtransactions
Add an attachment to a transaction
Requires transactions:read:all and either of transactions:write or transactions:write:all scopes.
post/transactions/{transactionId}/files
Path parameters
transactionIdstring uuid required
The transaction id
Response
Successful Transaction Response
Example response
{
"data": {
"id": "c390a94f-2309-4cdf-8d02-b0c5304d9f66",
"fileType": "text/html",
"fileName": "receipt.png",
"url": "https://s3.amazon.com/receipt.png"
}
}