Get transaction report

GET
/reconciliation/transaction-report/:date

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

datestringRequired

An ISO 8601 date string in the format YYYY-MM-DD

Response

This endpoint returns an object.
facility_transactionslist of lists of objects

A list of transactions for the day that make up the ledger of the facility

paymentslist of objects

A list of payments for the day

disbursementslist of objects

A list of disbursements for the day

cadence"daily"
Allowed values: daily

The cadence that the report is generated in. For now, “daily” cadence is the only one that exists.

type"transaction" or "balance"
Allowed values: transactionbalance

The type of report that is being generated. For now, “balance” is the only type that exists.

report_datestring

The date of the report - this is the same as the date in the path parameter.

last_updateddatetime

The timestamp when the report was last updated.

Errors