Get loan details by ID
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}
curl --location --request GET 'https://arixapisandbox.crbnj.net/LoanDetail/f83f9c6f-c187-4c53-a1c2-ac5800f1626d?Fields=FundingAttempts,ProcessedRails,StatusUpdates,RequiredDocs,Attachments,LoanInfoUpdates,Compliance,ReturnedRails' \
--header 'Accept: application/json' \
--header 'Authorization: <BearerToken>' \
--header 'Cookie: ss-opt=temp; ss-id=u1Hu7zc2oOfCcYrj041C; ss-pid=64sRjkZOPyM2Shfojzg7' \
--data-raw ''
Sample response in JSON - GET /LoanDetail//{Id}
{
"OriginalLoanInfo": {
"Id": "f83f9c6f-c187-4c53-a1c2-ac5800f1626d",
"MPLId": "TST",
"Date": "/Date(1603031931240-0000)/",
"LoanNumber": "DJ-98dcf5dcb2c5407",
"IssuingBankId": "CRB",
"Platform": "string",
"LoanType": "HFS",
"NoteDate": "/Date(1577768400000-0000)/",
"BorrowerLastName": "Jacobi",
"BorrowerFirstName": "Leonie",
"BorrowerDOB": "/Date(536389200000-0000)/",
"BorrowerSSN": "841792974",
"BorrowerAddress": "703_Kacey_Court",
"BorrowerCity": "New",
"BorrowerState": "GU",
"BorrowerZip": "78383",
"LoanAmount": 500.000000,
"NetFunding": 1300.000000,
"Rate": 0.050000,
"APR": 10.000000,
"BatchId": "string",
"BorrowerPhone": "919-959-8725",
"BorrowerEmail": "[email protected]",
"Amortization": 0,
"Term": 36,
"RateType": 0,
"PriorLoanFlag": "string",
"FICO": 10,
"FICODate": "/Date(1514696400000-0000)/",
"CreditGrade": "string",
"AssetClass": 0,
"LoanPurpose": "string",
"Investor": "string",
"Servicer": "string",
"ApplicationDate": "/Date(1603031931177-0000)/",
"RegBDecisionDate": "/Date(1603031931177-0000)/",
"PurchaseDate": "/Date(1603252800000-0000)/",
"PaymentDueDate": "/Date(1608267600000-0000)/",
"ApprovedLoanAmount": 0.000000,
"PeriodicPayment": 0.000000,
"OriginationFee": 100.000000,
"HomeownerFlag": "string",
"OpenCreditLines": 0,
"AnnualIncome": 0,
"CreditInquiries12months": 0,
"DQPast24months": 0,
"PublicRecordsOnFile": 0,
"EmploymentLength": 0,
"DebtUtilization": 0.000000,
"TotalRevolvingDebt": 0.000000,
"AccountsOpenedPast24months": 0,
"CollectionsExcludingMedical": 0,
"MonthsSinceLastRecord": 0,
"Employer": "string",
"DTI": 0.000000,
"MLAFLAG": "string",
"MAPR": "string",
"ReceiverName": "string",
"SameDayFlag": 0,
"AddendaRecord": "string",
"CoBorrowerFirstName": "string",
"CoBorrowerLastName": "string",
"CoBorrowerDOB": "/Date(536389200000-0000)/",
"CoBorrowerSSN": "string",
"CoBorrowerAddress": "string",
"CoBorrowerCity": "string",
"CoBorrowerState": "string",
"CoBorrowerZip": "string",
"CoBorrowerPhone": "string",
"CoBorrowerEmail": "string",
"CoBorrowerFICO": 0,
"MerchantName": "string",
"MerchantFee": 0.000000,
"RefundAmount": 0.000000,
"AdjustedLoanAmount": 0.000000,
"AdjustedNetFunding": 0.000000,
"AdjustedOriginationFee": 0.000000,
"AdjustedCurrentMonthlyPayment": 0.000000,
"RefundDate": "/Date(1514696400000-0000)/",
"AdjustedMerchantFee": 0.000000,
"FinalPaymentDate": "/Date(1618718400000-0000)/",
"FinalPayment": 0.000000,
"FinanceCharge": 0.000000,
"TotalPayments": 0.000000,
"PPY": 0,
"PaymentFrequency": 0,
"StandardEntryTypeCode": "string",
"InterestAccrualMethodDays": 0,
"SubpoolId": "Moe83",
"Program": "DTM",
"Field1": "string",
"Field2": "string",
"Field3": "string",
"Field4": "string",
"Field5": "string",
"Field6": "string",
"Field7": "string",
"Field8": "string",
"Field9": "string",
"Field10": "string",
"Field11": "string",
"Field12": "string",
"Field13": "string",
"Field14": "string",
"Field15": "string",
"Field16": "string",
"Field17": "string",
"Field18": "string",
"Field19": "string",
"Field20": "string",
"Rails": [
{
"ACHFields": {
"StandardEntryClassCode": "PPD",
"TransactionType": "push",
"ToRoutingNumber": "021214891",
"ToAccountType": "GL",
"ToAccountName": "Test",
"ToAccountNumber": "9999999999",
"Description": "Test"
},
"Id": "e6901e4f-75e3-4e86-a94f-ac5800f1626d",
"RailType": "COSACH",
"Priority": 1,
"Amount": 300.0,
"LoanId": "f83f9c6f-c187-4c53-a1c2-ac5800f1626d",
"MPLId": "TST",
"IssuingBankId": "CRB",
"IsFailed": false,
"LoanType": "Undefined"
}
]
},
"LoanInfoUpdates": [],
"ProcessedRails": [],
"FundingAttempts": [],
"ReturnedRails": [],
"StatusUpdates": [
{
"Id": 1635439,
"LoanId": "f83f9c6f-c187-4c53-a1c2-ac5800f1626d",
"Status": "Received",
"TimeStamp": "/Date(1603031931243-0000)/",
"DateInserted": "/Date(1603031931327-0000)/"
}
],
"Attachments": [],
"RequiredDocs": [
{
"DocumentType": "LoanDocument",
"Received": false
}
],
"ComplianceLoanResult": {
"ResultDate": "/Date(-62135596800000-0000)/",
"ComplianceRuleResultList": []
}
}
Configuration
- You can customize the result set with the
jsconfig
parameter. - DateTime values are returned in the Unix format.
?jsconfig=dh:ut
Updated over 1 year ago