---
title: "Get Transaction Status"
method: GET
path: "/fund/customer/transaction/:transactionId"
---

# Get Transaction Status

`GET /fund/customer/transaction/:transactionId`

This API will give the status and details of a particular transaction

## Path parameters

- `transactionId *` string, required

## Query parameters

- `customerId` string

## Headers

- `api-key` string
- `auth-key` string

## Response `200`

200

- object
  - `status` integer
  - `message` string
  - `doc` object
    - `paymentLink` string
    - `paymentStatus` string
    - `transactionCharges` number
    - `stoUserBankId` string
    - `errorMsg` unknown
    - `swiftDocRefId` unknown
    - `createdAt` string
    - `updatedAt` string
    - `transactionId` string
    - `transactionAmount` integer
    - `swiftUrl` unknown
    - `expireTime` string
    - `statementStatus` string
    - `bankStatementDoc1` string

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
