Get transaction report
Get the transaction report for all facilities for a Pier partner for a specific day. The report contains all transactions for the day that make up the ledger of the facility as well as payments and disbursements.
Path parameters
date
An ISO 8601 date string in the format YYYY-MM-DD
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
facility_transactions
A list of transactions for the day that make up the ledger of the facility
payments
A list of payments for the day
disbursements
A list of disbursements for the day
cadence
The cadence that the report is generated in. For now, "daily" cadence is the only one that exists.
Allowed values:
type
The type of report that is being generated. For now, "balance" is the only type that exists.
Allowed values:
report_date
The date of the report - this is the same as the date in the path parameter.
last_updated
The timestamp when the report was last updated.