---
title: "Simulate IBAN Order Completion"
method: GET
path: "/v3/simulation/reconcile-iban-deposit"
tags: ["Simulation"]
---

# Simulate IBAN Order Completion

`GET /v3/simulation/reconcile-iban-deposit`

Simulates unlocking or reconciling a held IBAN deposit by orderId and userId for testing purposes in sandbox environment.

## Query parameters

- `userId` string, required
- `orderId` string, required

## Headers

- `MID` string, required

## Response `200`

Order reconciled successfully

- object
  - `status` string
  - `message` string

## Other responses

- `400` — Validation error
- `404` — Order or user not found
- `500` — Internal server error

---

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