---
title: "Get Transaction Status"
method: GET
path: "/dr/v1/payment/transaction_status/{transaction_id}"
---

# Get Transaction Status

`GET /dr/v1/payment/transaction_status/{transaction_id}`

## Path parameters

- `transaction_id` string, required

## Response `200`

Successful response

- object
  - `amount` number
  - `created_at` string, date-time
  - `payment_gateway` string
  - `payment_mode` string
  - `payment_status` string
  - `rrn` string
  - `transaction_id` string

## Other responses

- `404` — The specified transaction ID does not exist
- `500` — An unexpected error occurred on the server

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/versions/9ea23456f722/schema)
