---
title: "Void"
method: POST
path: "/v3/transactions/void"
tags: ["Transactions"]
---

# Void

`POST /v3/transactions/void`

This API endpoint allows you to send a void command to the terminal for a previously submitted sale. The final outcome is delivered asynchronously to the callbackURL.

## Headers

- `Authorization` string, required
- `X-Idempotency-Key` string, uuid, required

## Request body

- VoidRequest
  - `tenantId` string, required — The last 12 digits of the merchant identifier (MID).
  - `terminalId` string, required — 10-digit terminal serial number.
  - `transactionId` string, required — Client-generated transaction identifier used for reconciliation.
  - `originalTransactionId` string, required — Original sale transaction identifier being voided.
  - `tenderType` 'CREDIT' | 'DEBIT', required — Tender type used on the original transaction.
  - `reason` string, nullable — Reason for the void request.
  - `printReceipt` 0 | 1 | 2 | 3, required — Allowed values: <br> 0 – No receipt<br> 1 – Print merchant receipt<br> 2 – Print customer receipt<br> 3 – Print both merchant and customer receipts
  - `callbackURL` string, required — HTTPS endpoint that receives the asynchronous callback payload.
  - `metadata` object — Optional key-value metadata used for correlation and diagnostics.

## Response `200`

Transaction Initiated

- SuccessResponse
  - `traceId` string, uuid — Correlation identifier matching the initial API response traceId
  - `response` object
    - `status` 'SUCCESS' — Whether the original request was successful.

## Other responses

- `400` — Invalid Request
- `500` — Internal Server Error

---

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