v1

latestOpenAPI 3.0.32026-08-04404186.8 KB
Transaction Alerts

Update transaction alerts in batch

put/v2/transaction_alert

Request body

alert_idstring required

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

check_type'INLINE_MONITORING' | 'DELAYED_MONITORING'

The type of monitoring check that triggered the alert.

is_testboolean

Set to true if this is a test transaction alert

related_check_idstring

Unique identifier for a transaction check for which the alert belongs to.

related_tx_idsstring[]

Unique identifiers for transactions which the alert relates to.

status'CREATED' | 'PENDING' | 'CLOSED'
timestampstring date-time required

When this alert was generated in your system, in ISO 8601 format.

Response

Transaction alert 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.