---
title: "Simulate Incoming IBAN Deposit"
method: POST
path: "/v3/simulation/incoming-iban-deposits"
tags: ["Simulation"]
---

# Simulate Incoming IBAN Deposit

`POST /v3/simulation/incoming-iban-deposits`

Simulates an incoming IBAN deposit for testing prefunding and collections flow in sandbox environment.

## Headers

- `MID` string, required

## Request body

- object
  - `ibanId` string, required — IBAN identifier to credit
  - `amount` number, required — Amount to simulate
  - `depositType` 'prefunding' | 'collections', required — Deposit flow to simulate

## Response `200`

IBAN deposit simulated successfully

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

## Other responses

- `404` — IBAN or payment method 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)
