Request Sandbox Keys
See a Demo
Search...
/
Overview
Quickstart
Payments and Disbursements
Errors
Webhooks
Guides
Starter Mode
KYC
Line of Credit program
Buy Now Pay Later program
API Reference
Applications
Auth
Borrowers
Configuration
Coverage
Facilities
POST
Create a facility
POST
Create a disbursement for a facility
PATCH
Move disbursement to initiated state
PATCH
Move disbursement to successful state
PATCH
Move disbursement to failed state
POST
Create a limit reduction notice
PATCH
Update credit limit for a line of credit
GET
List all payments for a facility
POST
Credit a facility
POST
Refund a disbursement
POST
Close a facility
POST
Create ACH Authorization
POST
Create autopay ACH authorization
POST
Enable autopay for a facility
POST
Disable autopay for a facility
POST
Add repayment bank details for a facility
GET
Retrieve a facility
GET
List all disbursements for your account
GET
List statements for a facility
GET
Retrieve a disbursement by its id
GET
List disbursements for a facility
GET
List all facilities
GET
Retrieve payoff amounts for a facility
Loan Agreements
Payments
Request Sandbox Keys
See a Demo
API Reference
Facilities
List statements for a facility
GET
https://production.pier-finance.com/api
/
facilities
/
:facility_id
/
statements
List statements for a facility
Path parameters
facility_id
string
Required
The facility_id of the facility you want to list statements for
Response
This endpoint returns a list of objects.
id
string
The id of the statement
statement_date
string
The end date of the statement (YYYY-MM-DD)
statement_start_date
datetime
The start date of the statement (YYYY-MM-DD)
balance_due
integer
The balance due at the time of statement creation, in cents
current_principal_balance
integer
The principal balance of the statement, in cents
current_interest_balance
integer
The interest balance of the statement, in cents
interest_charged
integer
The interest balance of the statement, in cents
due_date
string
The due date of the statement (YYYY-MM-DD)
transactions
list of objects
An array of transactions made (scoped to the period of the statement)
Show 7 properties
payments
list of objects
An array of payments made (scoped to the period of the statement)
Show 8 properties
disbursements
list of objects
An array of disbursements made (scoped to the period of the statement)
Show 8 properties
facility_id
string
url
string
The url of the statement pdf
created_on
datetime
Timestamp the statement object is created on
Errors
400
Bad Request
401
Unauthorized
404
Not Found
429
Too Many Requests
500
Internal Server Error
Built with