---
title: "Perform clearing reconciliation"
method: POST
path: "/v1/clearing-reconciliation"
tags: ["Network transactions backoffice"]
---

# Perform clearing reconciliation

`POST /v1/clearing-reconciliation`

Perform clearing reconciliation using the provided clearing message. The clearing message must be pending to enable reprocessing.

## Request body

- ReconciliationRequest
  - `card_network` string, required — Card network
  - `card_hash` string, required — Card hash
  - `reconciliation_reason` string, required — Reason for reconciliation
  - `adjustments` object[]
    - `field` string — Field to be adjusted
    - `new_value` string — New value for the field

## Response `202`

Reconciliation response

- ReconciliationResponse
  - `message` string, required — Success message

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — The request has been lost
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
