---
title: "Transaction Detail"
method: GET
path: "/v3/accounts/{accountId}/transactions/{transactionId}"
tags: ["Accounts"]
---

# Transaction Detail

`GET /v3/accounts/{accountId}/transactions/{transactionId}`

List details of a transaction within user permissions

## Path parameters

- `accountId` integer, required
- `transactionId` string, required

## Response `200`

Success

- TransactionDetailResponse
  - `tx_id` string, required — Transaction ID (unique code)

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bcb/apis/payments-api.md) · [All operations](https://skmtc.net/bcb/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bcb/payments-api/revisions/7559660d5268/schema)
