v1 Changelog

QwikLive Lending API

A core-agnostic, canonical REST/JSON API for the full loan lifecycle — origination, decisioning, offers, disbursement, repayment servicing, and collections — over any underlying core banking system.

What is this API?

The QwikLive Lending API provides a unified, core-agnostic interface for consumer and secured lending. It lets origination systems, broker portals, and servicing platforms manage the entire loan lifecycle through a single integration point — regardless of the core that ultimately books the loan.

The API exposes 33 endpoints across 10 functional domains: Applications, Decisions, Loans, Disbursements, Repayments, Status, Collections, Rates, Offers, and Fees.

Sandbox Environment

The sandbox mirrors production behavior with synthetic data — no real funds are disbursed and no real applicant data is stored. Use path version v1 for all requests.

Endpoint Domains

All 33 endpoints are grouped into 10 functional domains:

3
Applications
Create, search, and update loan applications
2
Decisions
Submit risk signals and record a credit decision
6
Loans
Create, list, get, amend, close, and restructure loans
2
Disbursements
Disburse loan funds and reverse a disbursement
4
Repayments
Standard, manual, partial, and prepayment postings
4
Status
Balances, next-due, repayment schedule, and aging
2
Collections
Collections status and hardship arrangements
3
Rates
Look up, search, and retrieve loan rates
5
Offers
Create, list, search, retrieve, and accept offers
2
Fees
Assess loan fees and list fees on a loan

Key Capabilities

High-Level Architecture

The QwikLive Lending API acts as the canonical gateway between lending channels and core systems:

LENDING CHANNELS CORE SYSTEMS Origination (LOS) Broker Portal Servicing App HTTPS · REST/JSON API Gateway QwikLive Lending API /{version}/lending REQUIRED HEADERS X-Client-Id · X-Client-Secret · X-Partner secure backend Core / Loan Ledger Decision Engine
High-level design — lending channels reach core systems through the QwikLive Lending API gateway.

Typical Lending Flow

A standard origination-to-servicing journey follows this sequence:

1

Create Application

Submit the applicant, requested amount, rate, and term. POST /lending/applications

2

Risk Signals & Decision

Post risk signals, then record the credit decision (approve / decline / refer). POST /lending/risk-signalsPOST /lending/decisions

3

Offer

Generate and present offers; the borrower accepts one. POST /lending/offersPOST /lending/offers/{offerId}/accept

4

Create & Disburse Loan

Book the loan and disburse funds to the destination. POST /lending/loansPOST /lending/loans/{loanId}/disbursements

5

Service & Repay

Post repayments and read balances, schedule, next-due, and aging over the life of the loan.

Explore the Documentation