---
title: "Get Payments by Transaction ID"
method: GET
path: "/v1/payment/orders/lookup"
tags: ["Payment Services"]
---

# Get Payments by Transaction ID

`GET /v1/payment/orders/lookup`

Returns payment orders associated with a transaction.

## Query parameters

- `transaction_id` string, required

## Headers

- `Content-Type` string, required
- `Accept` string, required

## Response `200`

Payment order response

- object[]
  - `order_id` string, required — Order ID returned by create payment service

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/koin/apis/payments-api.md) · [All operations](https://skmtc.dev/koin/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/koin/payments-api/revisions/6f2c01e43fe2/schema)
