For the complete documentation index, see llms.txt. This page is also available as Markdown.

Check Duplicate Transaction Settings

Get duplicate check transaction settings

get

Retrieve the configuration settings that control duplicate transaction checking.

Responses
200

ok

Check duplicate transaction settings

payloadTypestringOptional

Type of payload returned in the response.

Example: check-duplicate-transaction-settings
get/rest/v2/settings/transaction/duplicates

Create duplicate check transaction settings

post

Create the configuration settings to detect and handle duplicate transactions for the current terminal.

Body

Check duplicate transaction settings

time-range-in-minutesinteger · int32Required

Time window (in minutes) within which transactions are checked for duplication.

Example: 0
if-duplicate-found-respond-with-errorbooleanRequired

System responds with an error when a duplicate transaction is found.

Example: false
include-invoicebooleanRequired

Invoice number is included in the duplicate check criteria.

Example: false
enabledbooleanRequired

Duplicate transaction check is enabled for future.

Example: false
check-merchant-levelbooleanRequired

Duplicate transaction checks are performed across all terminals under the merchant.

Example: false
use-invoice-instead-of-cardbooleanRequired

Invoice numbers are used instead of card details for duplicate detection.

Example: false
Responses
200

ok

Check duplicate transaction settings

payloadTypestringOptional

Type of payload returned in the response.

Example: check-duplicate-transaction-settings
post/rest/v2/settings/transaction/duplicates

Update duplicate check transaction settings

put

Update the configuration settings to detect and handle the duplicate transactions for the current terminal.

Body

Check duplicate transaction settings

time-range-in-minutesinteger · int32Required

Time window (in minutes) within which transactions are checked for duplication.

Example: 0
if-duplicate-found-respond-with-errorbooleanRequired

System responds with an error when a duplicate transaction is found.

Example: false
include-invoicebooleanRequired

Invoice number is included in the duplicate check criteria.

Example: false
enabledbooleanRequired

Duplicate transaction check is enabled for future.

Example: false
check-merchant-levelbooleanRequired

Duplicate transaction checks are performed across all terminals under the merchant.

Example: false
use-invoice-instead-of-cardbooleanRequired

Invoice numbers are used instead of card details for duplicate detection.

Example: false
Responses
200

ok

Check duplicate transaction settings

payloadTypestringOptional

Type of payload returned in the response.

Example: check-duplicate-transaction-settings
put/rest/v2/settings/transaction/duplicates

Last updated

Was this helpful?