---
title: "Get Transaction Status"
method: GET
path: "/api/v3/purchases"
---

# Get Transaction Status

`GET /api/v3/purchases`

Get Details of a transaction to confirm the status

## Headers

- `Authorization` string
- `Content-Type` string
- `amount` number, double
- `transactionRef` string

## Response `200`

200

- object
  - `transactionRef` string
  - `bankCode` string
  - `message` string
  - `amount` string
  - `transactionDate` string
  - `responseCode` string
  - `retrievalReferenceNumber` string
  - `stan` string
  - `terminalId` string

## 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)
