---
title: "Requery transaction"
method: GET
path: "/api/external/v1/transactions/{transactionId}"
tags: ["Transactions"]
---

# Requery transaction

`GET /api/external/v1/transactions/{transactionId}`

Return one transaction and its current `status` by Mongo `_id` or by `transactionId`. Use to requery after a purchase or for polling. Typical `status` values include `SUCCESS`, `FAILED`, `PROCESSING`, `PENDING`, `CANCELLED`.

## Path parameters

- `transactionId` string, required

## Response `200`

OK

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

## Changes

- **2026-05-06** `eefdc20676b6` — 4 info
  - added the media type `application/json` for the response with the status `200`
  - added the non-success response with the status `401`
  - added the non-success response with the status `404`
  - added the non-success response with the status `500`
- **2026-04-27** `8fe2f88acebe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/msorg-developers/apis/dancity-api/changes/api/external/v1/transactions/:transactionId/get.md)

---

[API](https://skmtc.dev/msorg-developers/apis/dancity-api.md) · [All operations](https://skmtc.dev/msorg-developers/apis/dancity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/msorg-developers/dancity-api/revisions/64d5f68bab31/schema)
