List external-party payment instruments
GEThttps://sandbox.api.lendeasy.ai/v1/external-parties/{partyId}/payment-instruments Bearer token ·
READ_LMS_PAYMENT_INSTRUMENTLists masked instruments with verification and validation state; tokens and authorization references are never returned on masked reads.
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. |
| partyId required in path | string | Stable opaque party identifier. |
| status optional in query | string | Filter by instrument status. One of ACTIVE · INACTIVE. |
| instrumentType optional in query | string | Filter by instrument type. One of ACH_BANK · CARD. |
| verificationState optional in query | string | Filter by verification state. One of UNVERIFIED · VERIFIED · FAILED. |
| limit optional in query | integer | Maximum records to return. |
| offset optional in query | integer | Zero-based offset into the result set. |