Retrieve payoff amounts for a facility
Retrieve a list of payoff amount/date pairs for a facility for the next 10 days
Path parameters
facility_id
The facility_id of the facility you want to retrieve payoff amounts for
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns a list of objects.
amount
The amount of the payoff, in cents (e.g. 1000 = $10.00)
date
The date the payoff is due (YYYY-MM-DD)
Errors
401
Unauthorized Error
404
Facility Not Found Error
429
Rate Limit Error
500
Server Error