---
title: "Clear an authorization hold"
method: POST
path: "/v3/authorization-holds/clearings"
tags: ["Authorization Holds"]
---

# Clear an authorization hold

`POST /v3/authorization-holds/clearings`

Converts a previously created authorization hold into a captured financial transaction

## Query parameters

- `auditUser` string, required

## Request body

- CreateAuthorizationHoldClearingResourceBody
  - `authorizationTransactionId` string, biginteger, required — Id of the authorization hold

## Response `200`

Authorization hold cleared successfully

- ClearAuthorizationHoldResponse
  - `clearingTransactionId` string, biginteger — Transaction Id of posted clearing

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Authorization hold not found
- `500` — Internal server error

---

[API](https://skmtc.net/enfuce/apis/transfer-api.md) · [All operations](https://skmtc.net/enfuce/apis/transfer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/enfuce/transfer-api/revisions/dc4a41118f80/schema)
