Overview
The LendingPad Integration allows brokers and lenders to automate the synchronization of their loan data from the LendingPad LOS to the LoanVista platform.Submit LendingPad Data
This endpoint is used by the LendingPad API or our custom sync tools to push loan data into the LoanVista queue.HTTP Request
Headers
| Name | Type | Description |
|---|---|---|
Authorization | string | Required. Basic Authentication specific to LendingPad sync. |
ClientId | string | Required. Your LoanVista Client Identifier. |
AuthKey | string | Required. Your LendingPad Auth Key. |
Authentication
Authentication for the LendingPad endpoint is separate from the standard LoanVista API. Ensure you use the specific LendingPad service credentials provided by our support team.Technical Sync Details
- Protocol: REST / JSON.
- Retry Logic: If the endpoint returns a
5xx, we recommend retrying with exponential backoff. - Queueing: Once received, data is placed in the
LendingPadDataQueuefor asynchronous processing.

