Simulate an incoming deposit
Initiates an incoming deposit through the sandbox provider pipeline. This endpoint is unavailable in live production.
Authorizations
Bearer token for authentication with Augustus Banking API
Headers
Idempotency key for safe retries. Reusing a key with an identical request body returns the cached response. Reusing a key with a different body returns 409.
Body
Incoming deposit simulation parameters
ID of the account to credit with the simulated deposit.
Amount as a decimal string in the account currency (e.g. "100.50").
^(0|[1-9]\d*)(\.\d+)?$Currency of the simulated deposit.
EUR, GBP, USD, USDC "EUR"
Unstructured remittance information attached to the transfer. Not all rails support this field.
1Sender of the simulated deposit.
Payment rail the simulated deposit arrives on.
sepa_instant, sepa_credit_transfer, t2, ach, fedwire, faster_payments Response
The deposit simulation acknowledgement
Resource type discriminator.
deposit_simulation Whether the simulation submission was successful.
Account receiving the simulated deposit.
Simulated amount as a decimal string.
Currency of the receiving account.
EUR, GBP, USD, USDC "EUR"
ISO 20022 unstructured remittance information (/), or null when omitted.
Payment rail used for the simulated deposit.
sepa_instant, sepa_credit_transfer, t2, ach, fedwire, faster_payments, null