Entity Onboarding Sessions let your customers onboard themselves 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. This API is used for hosted onboarding.
The ISO 8601 date and time at which the Entity Onboarding Session was created.
The identifier of the Entity associated with this session, if one has been created or was provided when creating the session.
The ISO 8601 date and time at which the Entity Onboarding Session will expire.
The Entity Onboarding 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 Entity will be onboarded to.
The URL to redirect to after the onboarding session is complete. Increase will include the query parameters entity_onboarding_session_id and entity_id when redirecting.
The URL containing the onboarding form. You should share this link with your customer. Only present when the session is active.
The status of the onboarding session.
A constant representing the object’s type. For this resource it will always be entity_onboarding_session.
Return the page of entries after this one.
Limit the size of the list that is returned. The default (and maximum) is 100 objects.
Filter Entity Onboarding Session 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 an existing Entity to associate with the onboarding session. If provided, the onboarding form will display any outstanding tasks required to complete the Entity’s onboarding.
The identifier of the Program the Entity will be onboarded to.
The URL to redirect the customer to after they complete the onboarding form. The redirect will include entity_onboarding_session_id and entity_id query parameters.
The identifier of the Entity Onboarding Session.
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.
The identifier of the Entity Onboarding Session you wish to submit.