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
Example request
{
"ibanId": "IBAN-12345678912345",
"amount": 25000,
"depositType": "prefunding"
}Response
IBAN deposit simulated successfully