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 | Company ID (see below for directions to find your ID) |
| Facility ID | data-facility-id | Yes | Facility ID (see below for directions to find your ID) |
| Provider ID | data-provider-id | Yes |
Use se for Edge
|
| 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. |
Find your Company and Facility IDs
You can find your Company and Facility IDs in Edge by following the directions below:
- Company ID: Your Company ID can be found at the Corporate level of your software in the web page URL: https://enterprise.storedge.com/company/[companyID]/facilities
- Facility ID: Your Facility ID can be found under Facility level Settings > Gate Integration > 'API Facility ID'.
Environment URLs
The Online Move-In app can be used in the following environments:
| Environment | URL |
| Development | https://webapps.devable.io |
| Staging | https://webapps.stageable.io |
| Production | https://webapps.storable.io |
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 edgesupport@storable.com