Skip to main content

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

POST https://api.loanvista.com/LendingPad

Headers

NameTypeDescription
AuthorizationstringRequired. Basic Authentication specific to LendingPad sync.
ClientIdstringRequired. Your LoanVista Client Identifier.
AuthKeystringRequired. 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 LendingPadDataQueue for asynchronous processing.