v1

latestOpenAPI 3.0.1MIT2026-07-261190449.2 KB
Transactions

Update Receipt Upload Toggle

Updates the flag on a given transaction to signal if a receipt is needed to be uploaded or not. Some transaction do not require any receipt, so this flag can be set to false to signal that no receipt is needed.

patch/transactions/{transactionId}/receiptUpload

Path parameters

transactionIdstring uuid required

The unique identifier of the transaction.

Request body

receiptUploadEnabledboolean required

Flag to signal if a receipt is needed to be uploaded or not. true if a receipt is needed, false otherwise.

Response

Accepted