---
title: "Process a void"
method: POST
path: "/transactions/{transaction_id}/void"
tags: ["Transactions"]
---

# Process a void

`POST /transactions/{transaction_id}/void`

Process a cancellation of a transaction before it settles through a consumer's account.

## Path parameters

- `transaction_id` string, uuid, required

## Response `201`

Created

- object
  - `transaction_id` string, uuid — Unique identifier assigned by Acquired.com for the transaction.
  - `status` 'success' | 'declined' | 'blocked'
  - `links` object[]
    - `rel` 'self'
    - `href` string — Link to the resource which should be appended to the base URL.

## Other responses

- `400` — An error occurred
- `401` — An error occurred
- `500` — Internal Server error

---

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