---
title: "Get Transaction ID for Request"
method: GET
path: "/transaction-requests/{id}/transaction-id"
tags: ["Transactions"]
---

# Get Transaction ID for Request

`GET /transaction-requests/{id}/transaction-id`

Retrieve the linked Transaction ID for a transaction request.
Returns the actual bank transaction ID once the request has been processed (status DONE).
Returns `null` if the transaction has not yet been linked (e.g. still PENDING or PROCESSING).

## Path parameters

- `id` string, uuid, required

## Response `200`

Linked transaction ID (or null if not yet available)

- object
  - `transactionId` string, uuid, nullable, required — The Transaction ID linked to this request, or null if not yet processed

## Other responses

- `401` — Unauthorized
- `404` — Transaction request not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/hg/apis/hg-cash-api.md) · [All operations](https://skmtc.net/hg/apis/hg-cash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hg/hg-cash-api/revisions/0d337f48a0b9/schema)
