List loan payments
GEThttps://sandbox.api.lendeasy.ai/v1/loans/{loanId}/payments Bearer token ·
READ_LMS_PAYMENTLists payment intents for the loan with status, rail, source, and return metadata when present.
Path & query parameters
| Field | Type | Description |
|---|---|---|
| LendEasy-Tenant required in header | string | Tenant selector: lowercase letters, digits, and hyphens, 1-64 characters. Exactly one instance; the only tenant selector honored. |
| loanId required in path | string | Stable opaque loan identifier. |
| status optional in query | string | Repeatable status filter. One of CREATED · VALIDATED · SUBMITTED · PROCESSING · SETTLED_PENDING_POST · POSTED · RETURNED · FAILED · CANCELLED · RECORDED_EXTERNAL. |
| source optional in query | string | Filter by originating source. One of BORROWER · STAFF · AUTOPAY · SERVICING · EXTERNAL · IMPORT. |
| rail optional in query | string | Filter by rail. One of ACH · CARD · EXTERNAL. |
| limit optional in query | integer | Maximum records to return. |
| offset optional in query | integer | Zero-based offset into the result set. |