The Four Moving Parts
1. Origination. The compliance chain is Entity → Application → Account → Balance. The Account carries acredit_with_underwriting capability (requiring an approved Application) or credit_without_underwriting for non-underwritten products such as courtesy overdraft. The Balance carries the loan’s terms; creating it moves no money — at creation it represents an unfunded loan. See The Balance Object.
2. Funding. The one execution API in the lending family (Executing vs. Reporting): a Funding draws principal from a Lead GL into your funding FBO, and you disburse onward over any payment rail — instant payments for real-time disbursement, ACH for batch, wires for large-dollar.
3. Servicing. You are the servicer and ledger of record. Repayments, interest, and fees are reported to Lead through the daily Balance and Transaction reporting. For revolving products this reporting is operationally load-bearing: available credit — which gates the next draw — is computed from what you report.
4. Receivable Cycle. Because Lead is the lender of record, every origination creates a receivable: Lead’s claim on the loan. Under the Originate-to-Sell model, receivables past your program’s hold period are grouped into a single daily sale you purchase; under On-Sheet Lending, Lead holds them to terminal status. See Receivables & the Daily Sale and Balance-Sheet Models.
What You Can Build
Closed-end term loans (including BNPL), open-end lines of credit, card-based revolving and charge credit (card programs), and overdraft products. The object model is identical across all of them; the differences live in the Balance’sstructure (non-revolving vs. revolving) and your program configuration.
Integration Surface Today
Origination and funding are fully API-based. Servicing runs on the daily Balance and Transaction files, and the receivables sale runs on the Sales Request/Response file exchange — each with an API successor in flight. Current state per workflow: Integration Surfaces by Product; the forward story: Platform Evolution.Legacy: the Disbursement API. Programs onboarded before the Funding API disburse through the rail-limited Disbursement API. It is not part of new integrations. If your program uses it, its reference documentation remains available and your Lead team can discuss migration.

