---
title: TransactionIdContext
description: The transaction ID of a request. When PingGateway receives a request, it injects the transaction ID into this context.
component: pinggateway
version: 2026
page_id: pinggateway:reference:TransactionIdContext
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/TransactionIdContext.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  TransactionIdContext-properties: Properties
  TransactionIdContext-moreinfo: More information
---

# TransactionIdContext

The transaction ID of a request. When PingGateway receives a request, it injects the transaction ID into this context.

## Properties

The context is named `transactionId`, and is accessible at `${contexts.transactionId}`. The context has the following properties:

* `"transactionId"`: *[org.forgerock.services.TransactionId](../_attachments/apidocs/org/forgerock/services/TransactionId.html)*

  The ID of the transaction.

## More information

[org.forgerock.services.TransactionIdContext](../_attachments/apidocs/org/forgerock/services/TransactionId.html)

[org.forgerock.services.context.TransactionIdContext](../_attachments/apidocs/org/forgerock/services/context/TransactionIdContext.html)
