Loan Application Sessions let your customers apply for credit by completing Increase-hosted forms. Create a session and redirect your customer to the returned URL. When they’re done, they’ll be redirected back to your site.
The ISO 8601 date and time at which the Loan Application Session was created.
The identifier of the Entity associated with this session, if one has been created.
The ISO 8601 date and time at which the Loan Application Session will expire.
The Loan Application Session’s identifier.
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
The identifier of the Program the customer is applying to.
The URL to redirect to after the session is complete. Increase will include the query parameters loan_application_session_id and entity_id when redirecting.
The URL containing the loan application form. You should share this link with your customer. Only present when the session is active.
The status of the Loan Application Session.
A constant representing the object’s type. For this resource it will always be loan_application_session.
Filter Loan Application Sessions for those with the specified status or statuses. For GET requests, this should be encoded as a comma-delimited string, such as ?in=one,two,three.
Filter records to the one with the specified idempotency_key you chose for that object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about idempotency.
The identifier of the customer Entity applying for credit. You typically create this Entity out of band.
Values for the Program’s application parameters that are not collected from the applicant in the session. You must provide a value for each such parameter.
The identifier of the Program the customer is applying to.
The URL to redirect the customer to after they complete the loan application form. The redirect will include loan_application_session_id and entity_id query parameters.
The identifier of the Loan Application Session.
The identifier of the Loan Application Session to expire.