Skip to main content
PropertyValue
Dataset codeD09
Section codeS2 — Payments & Settlements
Endpoint path/exports/S2/D09
Cursor fieldupdated_at
Page size11000 (default 500)
AvailabilityPhase 1 — generally available
PaginationDirect (constant page size)
Individual installments inside a payment plan. Each row is one scheduled installment with its number, amount, due date, and status. The plan header is in D08.

Fields

FieldTypeDescriptionNotes
public_idstringStable public identifier for the installment.
numberintegerPosition of the installment within the plan (1-based).
amountintegerInstallment amount in minor units (fils/cents).
due_datestring | nullWhen the installment is due (ISO-8601).
statusstringInstallment status.
created_atstringRow creation timestamp (ISO-8601).
updated_atstringLast-modified timestamp (ISO-8601).Cursor field

Sample row

{
  "public_id": "d4b8f1a6-3c27-4e90-8b15-2a6d9c0e7f43",
  "number": 1,
  "amount": 120000,
  "due_date": "2026-04-30T00:00:00.000Z",
  "status": "PAID",
  "created_at": "2026-03-28T10:14:03.011Z",
  "updated_at": "2026-04-30T12:03:41.225Z"
}

Pagination characteristics

This dataset is direct — filtered to your tenant by lender_id on the collection itself, so each page returns a constant number of rows until the last page.

Use cases

  • Installment-level due-date schedule.
  • Installment status changes for collections operations.
  • Payment-plan progress reporting (join to D08).
Empty in current tenant rollouts. The field set above is not yet verified against live data and may be refined.