v1

latestOpenAPI 3.0.32026-07-2621102.1 MB
Loan

Get Loan Installment Statuses

Use the Get Loan Installment Statuses endpoint to view individual installment status across all installments. This returns the details for each installment, including the status, payment due date, date paid, amount paid, and remaining balance.

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

post/1.0/getLoanInstallmentStatuses

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": {
    "installment_status_details": [
      {
        "installment_status": "Unpaid",
        "amort_installment_number": 1,
        "amort_payment_due_date": "2022-02-01",
        "amort_payment_amount": 1740.34,
        "hist_payment_balance": 2000
      }
    ]
  }
}