Webhooks
LMS Loan Sync
Sync a single loan and its associated customer from the company’s configured LMS. This is a loan-centric entry point for LMS platforms where customer lookups don’t reveal associated loans (e.g., Tier 3).
WEBHOOK
Overview
This endpoint syncs a single loan and its associated customer from the company’s configured LMS. It is a loan-centric entry point for LMS platforms where customer lookups don’t reveal associated loans (e.g., Tier 3). The caller provides the external loan ID, and the endpoint discovers and syncs the customer automatically. This endpoint can be used:- Manually by client engineers for testing
- As a webhook target for automated syncs when the LMS detects loan updates
- Customer/contact information (discovered from the loan)
- The specified loan’s core data and balances
Authorizations
Headers
Optional key for idempotent requests (logged for observability)
Body
application/json
Loan identifier to sync
Loan identifier in the external LMS (e.g., Tier 3 loan ID)
Minimum string length:
1Example:
"99001"