Hosted Handoff
Hosted handoff is the ownership boundary in Hybrid Experience. Your product owns the borrower journey until the borrower selects an offer. After that, Aarthik Labs takes over the selected-offer execution inside Hosted Experience.
Use Hosted handoff after the borrower has chosen a specific offerID in your UI.
Handoff Endpoint
This endpoint returns a short-lived hosted_url for the selected offer. For Personal Loans, append isOfferAccepted=true only after your application has captured the borrower’s explicit acceptance. The parameter accepts only the exact lowercase values true and false; invalid supplied values return INVALID_IS_OFFER_ACCEPTED without accepting the offer.
Omitting the parameter or sending false returns the standard Hosted offer and KFS review flow. A true request returns offer_acceptance; check offer_acceptance.applied rather than assuming acceptance was applied. When it is false, open the returned hosted_url for the standard Hosted review. When it is true, use the polling fields until the lender step is ready.
When offer_acceptance.applied is true, the idempotent call returns one of these pollable outcomes:
Single-redirection journeys resolve LENDER_REDIRECTION. Multiple-redirection journeys resolve the first incomplete borrower action in one shared order: KYC, bank mandate when applicable, e-mandate, then loan agreement. A ready response never exposes the raw lender destination.
For Personal Loan responses where acceptance was applied, opening a READY URL automatically forwards the borrower to the lender’s current step. A single-redirection journey goes to the lender destination. A multiple-redirection journey goes to the current external stage, such as KYC, e-mandate, or loan agreement/e-sign. The borrower does not need to click Verify or interact with an Aarthik Labs screen. A brief blank loading page may appear while the URL is validated.
Bank mandate remains Hosted when the borrower action belongs to Aarthik Labs or must be completed locally. Omitted or false acceptance calls preserve the standard Hosted experience. If a direct handoff cannot be completed, request a fresh hosted_url; do not ask the borrower to share the complete Hosted URL or its fragment.
Supported LAMF opt-in acceptance is limited to online single-redirection journeys. Unsupported LAMF modes return the non-retryable HYBRID_HOSTED_STAGE_UNSUPPORTED error. Gold Loan behavior is unchanged and continues to use its existing branch-confirmation contract.
For Business Hybrid, the selected row can have productType: BUSINESS_LOAN or productType: PERSONAL_LOAN. In both cases, send the BUSINESS_LOAN public Business root as journeyID. Acceptance and stage reads use the offer’s real source journey, while the response keeps data.target_journey_id and data.journey.id equal to that public root. data.journey.type and data.journey.offer.productType identify the selected product, and companion source IDs remain internal.
Your back-end should call this endpoint. Your front-end should receive only the URL it needs to open.
Handoff Flow
What Hosted Experience Handles After Handoff
After your app opens the Hosted URL, Aarthik Labs handles the downstream borrower journey. Depending on the lender and product path, this can include:
- offer detail confirmation
- KFS review
- KYC
- bank mandate or e-mandate
- loan agreement and e-sign
- lender redirects
- lender re-entry after external steps
- disbursal progression
- post-disbursal servicing
This is the same hosted execution layer used by Hosted Experience. Hybrid Experience simply enters it later, after the borrower has selected an offer inside your own product.
Loan Against Mutual Funds Handoff Detail
For Loan Against Mutual Funds, the selected offer returned with the Hosted handoff follows the LAMF facility selected by the borrower.
LAMF hosted handoff responses do not expose minimumLoanAmount, maximumLoanAmount, or ltvRatio. The API Reference includes separate Credit Line and Term Loan examples for the same handoff endpoint.
Gold Loan Handoff Detail
For Gold Loans, pass the selected branch ID from the Gold Loan offers polling response in the handoff path. The Hosted handoff response returns the selected lender, selected offer, relationship manager details from the lender’s fulfillment-agent data, and the fresh hosted_url.
Opening The URL
Open the returned URL immediately in the borrower browser, webview, or app shell.
Do not:
- store the URL as a long-term resume link
- expose your API key to the front-end
- attempt to reconstruct the Hosted URL client-side
- reuse old Hosted URLs after expiry
If the borrower returns later, call the Hosted handoff endpoint again for the selected offer and open the fresh URL.
Mobile Applications
If your Hybrid journey runs inside a mobile app, the hosted handoff should use the mobile handling documented under the Hybrid Integrations Guide:
- register the mobile bridge before loading hosted screens
- support external lender pages and return behavior
- allow camera, file, and related permissions when required by the journey
- handle exit events cleanly
Mobile app requirement: Opening
hosted_urlis not the end of the Hybrid journey. It starts the Hosted selected-offer journey. If the borrower is inside your mobile app, register and handle the Mobile App Bridge before loading the URL so lender verification steps can open, resume, and exit correctly.
Read the mobile application docs for the detailed bridge and permission requirements: