---
title: "Mark as duplicate"
method: PUT
path: "/transactions/duplicate"
tags: ["Transactions"]
---

# Mark as duplicate

`PUT /transactions/duplicate`

Mark a list of transactions as `duplicated`.

## Request body

- DuplicateTransactionsRequestBody
  - `data` object, required
    - `transaction_ids` string[], required — the array of transactions `ids`
    - `customer_id` string, required — the `id` of the customer"

## Response `200`

OK

- DuplicatedTransactionResponse
  - `data` object
    - `duplicated` boolean

## Other responses

- `400` — The JSON request is incorrectly formed
- `406` — The client is in `restricted` status. You can find out more about `restricted` status on [Restricted](<%= general_link('restricted') %>) guides page

---

[API](https://skmtc.net/saltedge/apis/salt-edge-account-information-api.md) · [All operations](https://skmtc.net/saltedge/apis/salt-edge-account-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saltedge/salt-edge-account-information-api/versions/f18f4f36d0b3/schema)
