---
title: TransactionIdOutboundFilter
description: Inserts the ID of a transaction into the header of a request.
component: pinggateway
version: 2026
page_id: pinggateway:reference:TransactionIdOutboundFilter
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/TransactionIdOutboundFilter.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  TransactionIdOutboundFilter-moreinfo: More information
---

# TransactionIdOutboundFilter

Inserts the ID of a transaction into the header of a request.

The default TransactionIdOutboundFilter is created by PingGateway, and used in [ForgeRockClientHandler](ForgeRockClientHandler.html), as follows:

```json
{
     "name": "ForgeRockClientHandler",
     "type": "ForgeRockClientHandler",
     "config": {
         "filters": [ "TransactionIdOutboundFilter" ],
         "handler": "ClientHandler"
     }
}
```

## More information

[org.forgerock.http.filter.TransactionIdOutboundFilter](../_attachments/apidocs/org/forgerock/http/filter/TransactionIdOutboundFilter.html)
