---
title: "Get Transaction by UID"
method: GET
path: "/transactions/{TransactionID}"
---

# Get Transaction by UID

`GET /transactions/{TransactionID}`

Use this call to get all of the details of one of your transactions.

## Path parameters

- `TransactionID` string, required

## Headers

- `Ocp-Apim-Subscription-Key` string, required

## Response `200`

200

- object
  - `uid` string
  - `type` string
  - `status` string
  - `message` unknown
  - `trackingId` unknown
  - `amount` integer
  - `currency` string
  - `description` string
  - `createdAt` string
  - `updatedAt` string
  - `pspTransactionId` string
  - `isValidPaymentMethod` unknown
  - `customer` object
    - `firstName` string
    - `lastName` string
    - `middleName` string
    - `country` string
    - `city` string
    - `zip` string
    - `address` string
    - `phone` string
    - `deviceId` string
    - `ip` string
    - `personalId` string
    - `uniqueCustomerIdentifier` unknown
    - `accountCreationDate` unknown
    - `accountCreationCountry` unknown
    - `email` string
  - `form` object
    - `action` string
    - `method` string
  - `paymentMethod` object
    - `id` string
    - `name` string
    - `type` unknown
  - `billing` object
    - `currency` string
    - `amount` integer

## Other responses

- `401` — 401
- `404` — 404
- `405` — 405

---

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