Add new transaction suspicious activities
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Transaction suspicious activity data to add.
suspicious_activity_id
Unique identifier for a suspicious activity belonging to a transaction. This is the primary key for a transaction suspicious activity and should be unique across all transaction suspicious activities. Updates to a transaction suspicious activity should be made using this identifier.
timestamp
When the suspicious activity was detected in your system, in ISO 8601 format.
detection_date
Timestamp at which suspicious activity was detected on a transaction in ISO 8601 format. Use the actual detection time, not the current timestamp.
is_test
If the transaction suspicious activity is test data, this should be set to true
report_filed_at
The time the transaction suspicious activity report was filed in ISO 8601 format. Use the actual filing time, not the current timestamp.
report_id
Unique identifier for a transaction suspicious activity report for which the suspicious activity belongs to.
Response
Transaction suspicious activity added successfully
success
Indicates if the write operation was successful.
write_count
The number of records written to the database.
message
Provides additional information about the operation result.
organization_id
The organization ID for which the operation was performed.