Getting Started with Drop-in Modules
This page will help you get started with Spinwheel Drop-in modules. You'll be up and running in a jiffy!
First thing's first, what is a DIM?
A Drop-in Module, also known as a DIM, is a pre-built code snippet that includes a visually appealing Spinwheel user interface. This feature allows you to quickly access our functionality without any additional customization.
You can embed a DIM in your existing web or mobile app with just a few lines of code.
Key Features
Here are some key features of Spinwheel DIMs:
- They can be fully customized to match your user experience and visual design
- You can compose one or more DIMs together to create your desired workflow
- They are completely responsive and designed to work on desktop browsers, mobile web and as a web-view within an iOS or - Android mobile app
- The integration is seamless with sso handshake, oAuth or a custom webhook to verify your user’s identity
Available DIMs
Module Names
Note that the module name is what gets passed to the Spinwheel.create method in order for us to determine what module should be rendered. You can learn more about that on the DIM Implementation page.
Have a look at the current Debt DIMs we have available below:
DIM Name | Use Case | Module Name |
---|---|---|
Embedded Debt Connect Drop in Module | Connect user debts with just their phone number and date of birth | identity-connect |
Debt Connect Drop in Module | Connect user debts with their personal information and confirmation via security questions | debt-connect |
Personal Refinance Drop in Module | Refinance a user's existing debts or originate new loans via a number of loan purposes | personal-refi |
Auto Refinance Drop in Module | Refinance a user's existing auto loan | auto-refi |
Credit Card Update Module | Update the details of a user's credit card information | credit-card-update |
Pre-qualification Module | Single page flow to enable pre-qualification of users | prequal |
Have a look at the current Direct Student Loan DIMs we have available below:
DIM Name | Use Case | Module Name |
---|---|---|
Connect Drop in Module | Connect a users student loans via a direct login with each servicer they have loans with | loan-servicers-login |
Loan Pal Drop in Module | An interactive dashboard and goal oriented experience for the user to see all of their loan information in a single page | loan-pal |
Precision Pay Drop in Module | Enable users to send payments to their loans via a number of different mechanisms (one-time, recurring, and round-ups) | precision-pay |
Loan List Drop in Module | An overview of all student loans connected for a user, along with an ability to dive into more granular details per servicer and per loan | loan-list |
Transaction History Drop in Module | A single page view to review transactions that a user has made toward their student loans | transaction-history |
Student Loan Refinance Drop in Module | Refinance a users existing student loan(s) | student-loan-refi |
Auto Debit Drop in Module | Allow users to setup auto-debit with their loan servicers | auto-debit |
Customization
For the Drop-In Modules, there is an ability to customize certain elements, colors, logos, and fonts on a per module basis. This can be accessed directly at the DIM-Docs toolset available here. You will need to have a partner created in sandbox to be able to save configurations using this tool.
To learn more about our debt APIs and 1-click solutions, visit spinwheel.io.
Updated 4 months ago