Check Duplicate Transaction Settings

Check Duplicate Transaction Settings

getSettings

get
Responses
200

OK

get
/rest/v2/settings/transaction/duplicates

createSetting

post
Body
check-merchant-levelbooleanOptional

Set to true to check at merchant level

enabledbooleanOptional

Set to true to enable checking for duplicate transaction

if-duplicate-found-respond-with-errorbooleanOptional

When we determine a duplicate transaction has been found you can set this flag to true if you want the response to be returned as an error. System default will be to return a 200 status with the transaction if one is found.

include-invoicebooleanOptional

Set to true to include the invoice in the criteria

time-range-in-minutesinteger · int32Optional

When checking for a duplicate transaction the system will create a window of time based on the number of minutes provided. If we find a transaction within this window matching the criteria the transaction will be considered a duplicate.

use-invoice-instead-of-cardbooleanOptional

Set to true to use the invoice instead of the card

Responses
200

OK

post
/rest/v2/settings/transaction/duplicates

updateSetting

put
Body
check-merchant-levelbooleanOptional

Set to true to check at merchant level

enabledbooleanOptional

Set to true to enable checking for duplicate transaction

if-duplicate-found-respond-with-errorbooleanOptional

When we determine a duplicate transaction has been found you can set this flag to true if you want the response to be returned as an error. System default will be to return a 200 status with the transaction if one is found.

include-invoicebooleanOptional

Set to true to include the invoice in the criteria

time-range-in-minutesinteger · int32Optional

When checking for a duplicate transaction the system will create a window of time based on the number of minutes provided. If we find a transaction within this window matching the criteria the transaction will be considered a duplicate.

use-invoice-instead-of-cardbooleanOptional

Set to true to use the invoice instead of the card

Responses
200

OK

put
/rest/v2/settings/transaction/duplicates

Last updated

Was this helpful?