---
title: "Payment:Status"
method: GET
path: "/api/status"
tags: ["Instore payments"]
---

# Payment:Status

`GET /api/status`

Get the status of a Pin transaction. The customer has 45 seconds to finalize the pin transaction. To check if the pin terminal is available for a new transaction you can poll the status. You can request the status through the statusUrl parameter that has been returned when you have started the pin transaction.

## Query parameters

- `hash` string, required — The hash of a pin transaction
- `timeout` integer — Timeout

## Response `200`

Ok.

- Payment
  - `status` string — The status of the terminal
  - `txid` string — Unique reference of a pin transaction
  - `terminal` string — Indicates on which terminal the transaction has been started
  - `ssai` string — Unique reference of a pin transaction

---

[API](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api.md) · [All operations](https://skmtc.net/pay/apis/pay-transaction-gateway-unit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pay/pay-transaction-gateway-unit-api/versions/2bc260c7bdfc/schema)
