Skip to main content
PropertyValue
Dataset codeD12
Section codeS2 — Payments & Settlements
Endpoint path/exports/S2/D12
Cursor fieldupdated_at
Page size11000 (default 500)
AvailabilityPhase 1 — generally available
PaginationDirect (constant page size)
Future-dated payment instructions — customer-authorized auto-debits scheduled to run on a specific date.

Fields

FieldTypeDescriptionNotes
public_idstringStable public identifier for the scheduled payment.
amountintegerAmount to be collected, in minor units (fils/cents).
scheduled_datestring | nullThe date the payment is scheduled to run (ISO-8601).
statusstringStatus of the scheduled payment.
payment_methodstringThe payment method authorized for the debit.
created_atstringRow creation timestamp (ISO-8601).
updated_atstringLast-modified timestamp (ISO-8601).Cursor field

Sample row

{
  "public_id": "9f1d6c8a-2b40-4e73-bb19-7c3a5d2e0f81",
  "amount": 50000,
  "scheduled_date": "2026-06-10T00:00:00.000Z",
  "status": "SCHEDULED",
  "payment_method": "CARD",
  "created_at": "2026-05-30T07:45:12.660Z",
  "updated_at": "2026-05-30T07:45:12.660Z"
}

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

  • Forecast upcoming receipts.
  • Track auto-debit success/failure.
  • Audit customer-initiated payment scheduling.
Empty in current tenant rollouts. The field set above is not yet verified against live data and may be refined.