---
title: "Reverse a store credit HOLD transaction"
method: POST
path: "/store_credits/{customerId}/hold/reverse"
tags: ["Store Credits"]
---

# Reverse a store credit HOLD transaction

`POST /store_credits/{customerId}/hold/reverse`

Creates a tranaction reverting a HOLD operation

## Path parameters

- `customerId` string, uuid, required

## Request body

- object
  - `reference_id` string — id of a previous HOLD transaction

## Response `200`

The hold transaction was reverted succesfully

## Other responses

- `404` — The given customer was not found.

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/versions/72d4ceb46dbb/schema)
