---
title: "Get duplicate check transaction settings"
method: GET
path: "/rest/v2/settings/transaction/duplicates"
tags: ["Check Duplicate Transaction Settings"]
---

# Get duplicate check transaction settings

`GET /rest/v2/settings/transaction/duplicates`

Retrieve the configuration settings that control duplicate transaction checking.

## Response `200`

ok

- CheckDuplicateTransactionSettingsPayload — Check duplicate transaction settings
  - `check-duplicate-transaction-settings` CheckDuplicateTransactionSettings — Check duplicate transaction settings
    - `time-range-in-minutes` integer, required — Time window (in minutes) within which transactions are checked for duplication.
    - `if-duplicate-found-respond-with-error` boolean, required — System responds with an error when a duplicate transaction is found.
    - `include-invoice` boolean, required — Invoice number is included in the duplicate check criteria.
    - `enabled` boolean, required — Duplicate transaction check is enabled for future.
    - `check-merchant-level` boolean, required — Duplicate transaction checks are performed across all terminals under the merchant.
    - `use-invoice-instead-of-card` boolean, required — Invoice numbers are used instead of card details for duplicate detection.
  - `payloadType` string — Type of payload returned in the response.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/revisions/f37077c24b66/schema)
