---
title: "Payment:Cancel"
method: GET
path: "/api/cancel"
tags: ["Instore payments"]
---

# Payment:Cancel

`GET /api/cancel`

Cancel a pin transaction which has been started on a pin terminal.

## Query parameters

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

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