Skip to main content

StartSession

StartSession(StartSessionRequest)

Required? Yes

Overview: StartSession initiates a deposit session via single sign-on. It is imperative that mobile applications perform the StartSession request when the End-User selects the deposit menu.

Sequence Requirements: StartSession is the first method used to begin any new session.

note

Do not send fields as Null. All fields must be passed with a value or empty. Use basicHttpBinding, and don't use message security, but only transport level security (SSL).

It is important to note that if an End-User has multiple checks to deposit, the deposits should be completed within the same session. Do NOT call a new StartSession for each check. In some instances, depending on the Financial Institution's configuration, there may be a fee charged (not by Ensenta). For example, credit unions leveraging the Shared Branching network are charged for each member inquiry made to the network. Ensenta is required by the network to perform a member inquiry with each StartSession, so it is important to NOT call StartSession unnecessarily.

Parameters

TYPENAMEDESCRIPTION
StartSessionRequestrequest

Returns

TYPEDESCRIPTION
StartSessionResponse