Lending

Get loan details by ID

15min

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}

The API response always returns the OriginalLoanInfo (original details that were entered when the loan was created), and can also return other information. Therefore, if you made changes to a loan, it's easy to view and compare any of the changes you made to the loan.

To check the collections you've called, look at the Fields in the path parameter that show after the equal (=) sign.

Example

In the response below, only results for FundingAttempts and ProcessedRails are returned, which in this case doesn't return any responses.

GET /LoanDetail/{Id}?Fields=FundingAttempts,ProcessedRails

Loan collections

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

Loan collections

Description

LoanInfoUpdates

array

View all updates made to the loan.

To view a full list of the parameters returned, see LoanInfoUpdates below.

FundingInfoUpdates

array

View all funding updates made to the loan.

To view a full list of the parameters returned, see FundingInfoUpdates below.

FailedLoanInfoUpdate

array

View information about a loan that failed.To view a full list of the parameters returned, see FailedloanInfoUpdate below.

FailedFundingInfoUpdate

array

View information about the failed loan funding. To view a full list of the parameters returned, see "FailedFundingInfoUpdate** below.

ProcessedRails

array

View the rails that were processed for a loan.To view a full list of the parameters returned, go to Funding your loan / payment rails

FundingAttempts

array

View the number of times funding was attempted. To view a full list of the parameters returned, see FundingAttempts below.

ReturnedRails

array



View the rails that were returned. To view a full list of the parameters returned, go to Funding your loan / payment rails

StatusUpdates

array

View the status of the loan.

To view a full list of the parameters returned, go to Status updates .

Attachments

array

View the attachments that were submitted, or those that are missing.

To view a full list of the parameters returned, go to Document reference.

RequiredDocs

array

View the documents that are required for the loan. To view a full list of the parameters returned, go to Document reference.

ComplianceLoanResult

array

View the compliance status of the loan. To view a full list of the parameters returned, go to Compliance results.

AdjustmentActions

array

View updates made to the loan after funding. To view a full list of the parameters returned, go to Adjustment Action parameters.

RequiredDocs collection parameters

This collection returns information about Required Documents and their received status for this loan.

Attribute

Description

DocumentType

One of the documents required for loan processing

Received

Confirms if a particular document was received

ReceivedDate

Date the document was received

Status Update parameters

Attribute

Description

LoanId

string

Unique identifier for a loan

Status

string

Loan status. For more information, see Enums.

TimeStamp

string

Timestamp for the update

DateInserted

string

Timestamp when the status was entered (internal)

ComplianceLoanResult attributes

This section displays the compliance results of a loan.

Attribute

Description

ResultDate

Date of the result for the compliance check

ComplianceRuleResultList

List of compliance rules, specific to each MPL

ComplianceRuleResult parameters

These are the fields of a compliance result of a loan for each specific rule. If a rule failed, you can use these query parameters to check the Data against the Rule to see why it failed.

Parameter

Description

RuleName

string

Name of the compliance rule. Specific for every MPL.

Rule

string

Description of the compliance rule

Data

string

The actual data that was received for this loan in regards to this rule.

Result

string

Result of the compliance check.

True = Passed

False = Failed

You can run a loan through compliance a second time with one of these calls:

FundingAttempts

This section displays the results of loan funding.

Attribute

Description

Id

string

Unique identifier for the loan funding information

LoanId

string

Unique identifier for the loan

Time

string

Time that the information was returned

TransactionGroupId

string

ID for the transaction group

FundingResult

string

Indicates if the funding was successful

AmountFunded

number

Indicates the amount funded

LoanInfoUpdate collection parameters

This collection returns information about any updates made to a loan.

Attribute

Description

LoanInfoUpdates

Unique identifier for the loan update

UpdatedBy

string

Clerk who updated the loan

UpdatedOn

DateTime

The date the loan was updated

FundingInfoUpdate collection parameters

This collection returns information about any funding updates made to a loan.

Attribute

Description

LoanId

string

Unique identifier for the loan

MPLId

string

ID of the MPL

UpdatedBy

string

Clerk who updated the loan

UpdatedOn

DateTime

The date the loan was updated

Rails

List{RailTransaction}

Click Funding your loan / payment rails for a list of all rail types

TransactionGroupId

string

Group ID for the transaction

FundingResult

List of possible funding results.

- Success

- PartialFailure

- FundingFailed

See Enums for more information.

AmountFunded

decimal

Dollar amount funded

FailedLoanInfoUpdate collection parameters

This collection returns information about loan funding that failed.

Attribute

Description

FailedLoanInfoUpdateId

Unique identifier of information about the failed loan

UpdatedBy

string

Clerk who updated the loan

UpdatedOn

DateTime or null

The date the loan was updated

ErrorMessages

string

Error message

FailedFundingInfoUpdate collection parameters

This collection returns information about loan funding that failed.

Attribute

Description

ErrorMessages

string

Error message





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

Get loan details


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

JSON