# transaction.processed Triggered when a transaction created while calling services API is completed Endpoint: POST transaction.processed Version: 3.0 Security: Bearer, Basic, Internal, None ## Request fields (application/json): - `service_context_id` (string) Unique ID of the service context identified by MeasureOne Example: "trx_SEne2SSjP3GvpVrs5HLol4xor2" - `external_id` (any) Your identifier for the Individual Example: "ABCDECD" - `individual_id` (any) Unique ID of the Individual identified by MeasureOne Example: "idv_1iSADgTyw9NihNmsVRfjwOfdRDk" - `datarequest_id` (string) Unique ID of the Data Request identified by MeasureOne Example: "dr_TSEne2SSjP3GvpVrs5HLol4xor2" - `event` (string) Name of the event Example: "transaction.processed" - `is_refresh` (any) A flag to identify if event trigger due to a scheduled auto refresh Example: true - `refresh_id` (any) Unique ID of a scheduled refresh identified by MeasureOne Example: "rfs_1234ks2lkdw4i4j2li342podjslru" - `metadata` (object) metadata can be used for storing additional information in a structured format. Example: {"report_id":"REPORT"} - `transaction_id` (string) Unique ID of the Transaction identified by MeasureOne Example: "trx_TSEne2SSjP3GvpVrs5HLol4xor2"