1curl https://production.pier-finance.com/api/reconciliation/balance-report/2024-10-01 \2 -H "Authorization: Bearer <token>"
1{2 "facility_balances": [3 {4 "facility_id": "fac_18e5a3726b3943cda2635f40e1041ba4",5 "borrower_id": "bor_a1d0c30d77104f35b4c842b99132624e",6 "report_date": "2024-10-01",7 "balance": 100000,8 "payoff_balance": 100000,9 "current_balance": 100000,10 "interest_balance": 0,11 "in_grace_period": true,12 "in_introductory_promo_period": false13 }14 ],15 "cadence": "daily",16 "type": "balance",17 "report_date": "2024-10-01",18 "last_updated": "2024-10-02T00:00:00Z"19}
The date of the report - this is the same as the date in the path parameter.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer <token>
An ISO 8601 date string in the format YYYY-MM-DD