Skip to main content
GET
Get a loan
Two equivalent forms. Prefer the externalId path — it’s a direct LMS lookup (/loans/external-id/{X}), single call, and lets you key off the reference you chose at create time.

Path parameters

string
required
The loan’s externalId. On the /v1/loans/{loan_id} form, this is the numeric LMS id instead.

Examples

Response

200 OK returns the full loan object — including the balance roll-up, nextDueDate / nextDueAmount, and the full repaymentSchedule.

Errors