The Online Move-In feature can be used on Storable websites or third-party websites. It provides an upgraded customer experience that allows tenants to complete their move-in directly on your website. This streamlined move-in process reduces the likelihood of abandonment and boosts the chances of converting reservations into paying tenants.
Tenants will complete the following, without ever leaving your website:
Selecting Insurance
Providing Driver's License, address, and vehicle storage details (if applicable)
Creating tenant portal credentials
Collecting and validating payment information
Signing the lease agreement
If you use a third-party website, this guide explains how to integrate the Storable Online Move-In app with your website using just a few lines of HTML code.
Requirements Before Integration
The following information is required for each facility you want to integrate with the Online Move-In App.
Data Points
Data Point |
Property Name |
Required? |
Description |
Company ID |
data-organization-id |
Yes |
Your SiteLink Corp code |
Facility ID |
data-facility-id |
Yes |
Your SiteLink location code |
Provider ID |
data-provider-id |
Yes |
Use sl for SiteLink |
Reservation ID |
data-reservation-id |
Optional |
Reservation ID is generated from the Units Selection API. If this parameter is provided while initializing the online move-in app, it will only load Online Move-Ins. |
Source |
data-source |
Optional |
Source indicates where the Online Move-In App is being hosted. Use website for 3rd-party (non-Storable) websites. |
Config |
data-config |
Optional |
A custom configuration name, created by your admin team for the app. |
Environment URLs
The Online Move-In app can be used in the following environments:
Environment |
URL |
Development |
|
Staging |
|
Production |
Integration Code
Once you have the required information, you can use the following HTML code to integrate the Online Move-In app with your website or web application. Replace the bracketed placeholders with your actual data.
<script src="[environment url]/rental-app/rental-app.js" type="module"></script>
<rental-app
 data-provider-id="[data-provider-id]"
 data-organization-id="[data-organization-id]"
 data-facility-id="[data-facility-id]"
 data-source="[data-source]"
 data-access-key="[data-access-key]"
>
</rental-app>Some aspects of the Online Move-In flow, such as button and text colors, can be changed. If you would like to make changes, please reach out to our Support Team at sitelinksupport@storable.com