---
title: "Get Transaction V2"
method: GET
path: "/collections/api/v2/gettransaction.json"
---

# Get Transaction V2

`GET /collections/api/v2/gettransaction.json`

Get Details of a transaction to confirm the status

## Query parameters

- `transactionReference` string

## Headers

- `Authorization` string
- `Content-Type` string

## Response `200`

200

- object
  - `Amount` integer
  - `CardNumber` string
  - `MerchantReference` string
  - `PaymentReference` string
  - `RetrievalReferenceNumber` string
  - `Stan` string
  - `Channel` string
  - `TerminalId` string
  - `SplitAccounts` object[]
  - `TransactionDate` string
  - `ResponseCode` string
  - `ResponseDescription` string
  - `BankCode` string
  - `Token` object
    - `expiry` string
    - `panLast4Digits` string
    - `cardType` string
    - `token` string
  - `DeviceInfo` object
    - `userAgent` string
    - `os` string
    - `browserName` string
    - `ipAddress` string
    - `architecture` string
    - `deviceType` string
    - `countryCode` string
    - `countryName` string
    - `region` string
  - `PaymentId` integer
  - `RemittanceAmount` integer

## Other responses

- `404` — 404

---

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