Hosted Experience
Embed a complete loan journey with a single backend call and an iframe.
What this is
The hosted experience lets you embed a full loan journey inside your app using a secure iframe. Your backend creates a session, your frontend renders the iframe, and the platform handles tokens and refresh internally.
Integration at a glance
- Backend (server-only):
POST /api/loan-journeys/sessioncalls the platformPOST /api/lab/sessionswithAuthorization: Bearer sk_*,borrowerProviderID, andcontactNumber(panoptional), then returnsembedUrl. - Frontend (client): calls your backend and renders
<iframe src={embedUrl}>.
Allowlist required
Your embed domain must be allow-listed per application (embed_domains), or the iframe will be blocked by CSP frame-ancestors.