
Welcome to the Loan Service API documentation
Overview
Our APIs provide secure, programmable access for managing the end-to-end lifecycle of loan servicing. Built for financial institutions and fintech platforms, they enable you to:- Create, underwrite, and fund digital loans
- Track repayment schedules and outstanding balances
- Monitor borrower risk and delinquency
- Handle collateral and repayment workflows securely
- Access detailed borrower identity (PII) and credit metadata where applicable
π Quick Links
| Endpoint | Description |
|---|---|
POST /loans | Create a new loan |
GET /loans/{loan_id} | Get loan data with PII |
GET /loan-data/{loan_id} | Get public loan data only (no PII) |
POST /initiate-repayment | Initiate the repayment cycle |
POST /loan-repay | Submit a repayment |
POST /acknowledge-repayment | Confirm repayment completion |
POST /start-underwriting | Start the underwriting phase |
POST /complete-underwriting | Finalize underwriting decision |
π Public vs PII Endpoint Comparison
| Endpoint | Returns Public Loan Data | Returns Borrower PII | Intended Use |
|---|---|---|---|
GET /loan-data/{loan_id} | β Yes | β No | External dashboards, analytics, marketplaces |
GET /loans/{loan_id} | β Yes | β Yes | Internal servicing, support teams, audit trails |
API Endpoints
Explore our full API reference to seamlessly integrate loan servicing capabilities into your application.Loan Service Endpoints
Get started with our API
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.API Playground Authentication
When using the API playground in this documentation:- Click the βHeadersβ button below the endpoint URL
- Add a new header with key
keyand valueyour_api_key_here
Authentication APIs
Use the following endpoint to manage access:POST /auth-token: Exchange credentials for a bearer token