v1

latestOpenAPI 3.0.32026-08-04404186.8 KB
Transaction Checks

Update transaction checks in batch

put/v2/transaction_check

Request body

check_idstring required

Unique identifier for a monitoring check belonging to a transaction. This is the primary key for a transaction check and should be unique across all transaction checks. Updates to a transaction check should be made using this identifier.

is_testboolean

Set to true if this is a test transaction check

related_tx_idstring

Unique identifier for the transaction which the check is related to.

related_tx_idsstring[]

Unique identifiers for transactions which the check relates to.

status'PENDING' | 'COMPLETED' | 'REQUESTED' | 'ASSIGNED' | 'FAILED'

Transaction check status. Required when creating new transaction checks, optional for updates.

timestampstring date-time required

When this transaction check was performed in your system, in ISO 8601 format.

type'INLINE_MONITORING' | 'DELAYED_MONITORING'

The type of monitoring check that is being performed. Required when creating new transaction checks, optional for updates.

Response

Transaction check updated successfully

messagestring required

Provides additional information about the operation result.

organization_idstring required

The organization ID for which the operation was performed.

successboolean required

Indicates if the write operation was successful.

write_countinteger required

The number of records written to the database.