Sandbox-only simulations related to Wire Drawdown Request.
These endpoints only work against the sandbox environment and let you fast-forward events that would otherwise take hours or days in production (settlement, acknowledgement, returns, and so on). See https://increase.com/documentation/api/overview#sandbox for details.
Summary
Functions
Simulates a Wire Drawdown Request being refused by the debtor.
Simulates a Wire Drawdown Request being submitted to Fedwire.
Functions
@spec refuse(Increase.Client.t() | keyword() | nil, String.t(), keyword()) :: {:ok, Increase.WireDrawdownRequests.WireDrawdownRequest.t()} | {:error, Increase.Error.t()}
Simulates a Wire Drawdown Request being refused by the debtor.
POST /simulations/wire_drawdown_requests/{wire_drawdown_request_id}/refuse
@spec submit(Increase.Client.t() | keyword() | nil, String.t(), keyword()) :: {:ok, Increase.WireDrawdownRequests.WireDrawdownRequest.t()} | {:error, Increase.Error.t()}
Simulates a Wire Drawdown Request being submitted to Fedwire.
POST /simulations/wire_drawdown_requests/{wire_drawdown_request_id}/submit