Sandbox-only simulations related to Entity Onboarding Session.
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 the submission of an Entity Onboarding
Session. This session must have a status of
active. After submission, the session will transition to expired and a
new Entity will be created.
Functions
@spec submit(Increase.Client.t() | keyword() | nil, String.t(), keyword()) :: {:ok, Increase.EntityOnboardingSessions.EntityOnboardingSession.t()} | {:error, Increase.Error.t()}
Simulates the submission of an Entity Onboarding
Session. This session must have a status of
active. After submission, the session will transition to expired and a
new Entity will be created.
POST /simulations/entity_onboarding_sessions/{entity_onboarding_session_id}/submit