v1

latestOpenAPI 3.1.0Proprietary2026-07-24462215.9 KB
Simulation

Simulate Incoming IBAN Deposit

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

post/v3/simulation/incoming-iban-deposits

Headers

MIDstring required

Merchant or sub-merchant MID

Request body

ibanIdstring required

IBAN identifier to credit

amountnumber required

Amount to simulate

depositType'prefunding' | 'collections' required

Deposit flow to simulate

Example request

{
  "ibanId": "IBAN-12345678912345",
  "amount": 25000,
  "depositType": "prefunding"
}

Response

IBAN deposit simulated successfully

statusstring
messagestring
orderIdstring