Digital lending

Get loan details by ID

6min

GET /LoanDetail/{Id}

Use this call to retrieve specific collections for a specific loan (by ID). You can retrieve all of the collections, or narrow down your request to retrieve only specific collections.

Request URL https:// ... /LoanDetail/{Id}

For detailed reference information on the loan attributes, see Loan attributes and parameters

Loan collections

A loan collection contains a specific set of results, in response to a query that you add to your call.

The collections are:

  • Loan information updates
  • Rails used
  • Processed rails
  • Returned rails
  • Funding attempts
  • Status updates
  • Attachments
  • Required documents
  • Compliance result
  • Loan funding updates

For example:

When you add FundingAttempts, ProcessedRails to the call LoanDetail/{Id}?Fields=FundingAttempts, ProcessedRails (which show after the equal (=) sign), results are returned for FundingAttempts and ProcessedRails only.

Sample request in cURL - GET /LoanDetail/{Id}

Get loan details


Sample response in JSON - GET /LoanDetail//{Id}

JSON


Configuration

  • You can customize the result set with the jsconfig parameter.
  • DateTime values are returned in the Unix format.
JSON




🤔
Have a question?
Our super-smart AI, knowledgeable support team and an awesome community will get you an answer in a flash.
To ask a question or participate in discussions, you'll need to authenticate first.