v1

latestOpenAPI 3.0.32026-07-2621102.1 MB
Loan

Get Loan Status

Use the Get Loan Status endpoint to get the most recent information on a loan.

For optional parameters, do not pass an empty string or null value.

post/1.0/getLoanStatus

Response

Success

status_codeinteger nullable required

The response status code. May return a string for some statuses.

statusstring nullable required

The condition of a process or response

processing_timenumber float nullable required

The time elapsed in processing the transaction

system_timestampstring date-time nullable required

A system generated timestamp

rtokenstring nullable required

A Galileo-generated ID used for tracking

errorsstring[]

A list of errors generated while the request was processed

Example response

{
  "response_data": {
    "loan_apr": 15,
    "interest_rate": 15,
    "rate_type": "FIXED",
    "installment_amount": 1740.34,
    "next_installment_amount": 1740.34,
    "next_installment_due_date": "2022-02-01",
    "principal_balance": 10000,
    "loan_status": "ACTIVE",
    "payoff_amount": 10000,
    "loan_closed_date": "2022-06-21",
    "per_diem_interest_amount": 1.61363,
    "number_payments_remaining": 6,
    "loan_payment_status": "OCUR",
    "projected_maturity_date": "2022-07-01",
    "loan_start_date": "2022-06-02"
  }
}