---
title: "Get Transaction Request Status"
method: GET
path: "/transaction/{id}/status"
tags: ["Transactions"]
---

# Get Transaction Request Status

`GET /transaction/{id}/status`

Retrieve the status of a transaction request created via `/transactions`.
Requires the bearer token of the user that created the request.

## Path parameters

- `id` string, uuid, required

## Response `200`

Status retrieved

- object
  - `id` string, uuid
  - `externalID` string, nullable
  - `status` 'PENDING' | 'AWAITING_REVIEW' | 'PROCESSING' | 'DONE' | 'ERROR' | 'CANCELLED'
  - `errorMessage` string, nullable
  - `errorCode` 'INSUFFICIENT_BALANCE' | 'DESTINATION_ERROR', nullable
  - `createdAt` string, date-time
  - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized
- `404` — 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)
