List statements for a facility
List statements for a facility
Path parameters
facility_id
The facility_id of the facility you want to list statements for
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns a list of objects.
id
The id of the statement
statement_date
The end date of the statement (YYYY-MM-DD)
statement_start_date
The start date of the statement (YYYY-MM-DD)
balance_due
The balance due at the time of statement creation, in cents
current_principal_balance
The principal balance of the statement, in cents
current_interest_balance
The interest balance of the statement, in cents
interest_charged
The interest balance of the statement, in cents
due_date
The due date of the statement (YYYY-MM-DD)
transactions
An array of transactions made (scoped to the period of the statement)
payments
An array of payments made (scoped to the period of the statement)
disbursements
An array of disbursements made (scoped to the period of the statement)
facility_id
url
The url of the statement pdf
created_on
Timestamp the statement object is created on