---
title: "Update Receipt Upload Toggle"
method: PATCH
path: "/transactions/{transactionId}/receiptUpload"
tags: ["Transactions"]
---

# Update Receipt Upload Toggle

`PATCH /transactions/{transactionId}/receiptUpload`

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.

## Path parameters

- `transactionId` string, uuid, required

## Request body

- object
  - `receiptUploadEnabled` boolean, required — Flag to signal if a receipt is needed to be uploaded or not. `true` if a receipt is needed, `false` otherwise.

## Response `202`

Accepted

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `409` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
