Get a loan
Loans
Get a loan
Fetch a single loan by externalId or LMS id.
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
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
| Code | When |
|---|---|
not_found | No loan with that id or externalId |

