Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

TurnKey Lender allows for Front Office integration with the customer's website. You can either select a simpler approach where you implement a redirect to the existing TurnKey Lender Front Office application from your website, or use our Public API to create your own UI for borrower registration flow and dashboard. 

...

Method 1 - Simple Redirect

The easiest way of integration between your website and the TurnKey Lender Front Office is to create a link or button on your website that redirects to the TurnKey Lender application form.

Once the user gets redirected to TurnKey Lender, our software will do all the work. It will allow the user to select loan terms, register an account, fill in the application form, etc.

...

If you'd like to create your own UI for all borrower-related activities, you can use TurnKey Lender Public API to accomplish this.

The API covers all aspects of borrower's activity; from account registration, signing in, and application form filling to dashboard data visualization and loan management.

...