Triggers a simulated payment event through the mock Lead Bank provider. Accepted immediately; callbacks are delivered asynchronously. Idempotent: repeated calls with the same simulation_id and identical parameters return the original response. Conflicting parameters return 409.
Documentation Index
Fetch the complete documentation index at: https://docs.dakota.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Unique key to ensure request idempotency. If the same key is used within a certain time window, the original response will be returned instead of executing the request again.
Unique ID for this simulation (used for idempotency)
1 - 128"sim_01H..."
Payment rail and direction. Use the fedwire_* values for
Fedwire flows; the wire_* values are accepted as legacy
aliases for backwards compatibility and may be removed in
a future major version.
ach_inbound, fedwire_inbound, wire_inbound, crypto_inbound, ach_outbound_returned, ach_outbound_failed, fedwire_outbound_returned, wire_outbound_returned, fedwire_outbound_failed, wire_outbound_failed, ach_outbound_settled, ach_outbound_rejected, fedwire_outbound_settled, wire_outbound_settled, fedwire_outbound_rejected, wire_outbound_rejected, ach_reversal, fedwire_reversal, wire_reversal "ach_inbound"
Amount as a decimal string
"100.00"
Currency code
"USD"
Platform account ID of the target onramp/offramp auto account.
Required for ach_inbound and fedwire_inbound.
Ignored for other type values.
"acc_123"
The on-chain wallet address returned by POST /wallets
(see the address field in the response). Required for
crypto_inbound. Ignored for other types.
"0x165cd37b4c644c2921454429e7f9358d18a45e14"
Legacy alias for wallet_address. Prefer wallet_address —
this field is accepted for backwards compatibility and may
be removed in a future major version.
"0x165cd37b4c644c2921454429e7f9358d18a45e14"
The one-off transaction ID returned by
POST /transactions/one-off (see the id field in the
response). Required for outbound types
(ach_outbound_*, fedwire_outbound_*, *_reversal).
Ignored for inbound types.
"2NfHrqBHb3cTfLVkFSGmHZqdDQ7"
Legacy alias for one_off_transaction_id. Prefer
one_off_transaction_id — this field is accepted for
backwards compatibility and may be removed in a future
major version.
"2NfHrqBHb3cTfLVkFSGmHZqdDQ7"
Simulation scenario. Defaults to success_immediate.
"success_immediate"
Amount actually received (for crypto_inbound with scenario=partial_crypto only). Must be a valid decimal less than amount.
"50.00"
Delay in seconds for success_delayed scenario (1-86400)
1 <= x <= 8640030
Optional trace ID for correlation