Retrieve payoff amounts for a facility

Retrieve a list of payoff amount/date pairs for a facility for the next 10 days

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path Parameters

facility_idstringRequired

The facility_id of the facility you want to retrieve payoff amounts for

Response

This endpoint returns a list of objects.
amountinteger

The amount of the payoff, in cents (e.g. 1000 = $10.00)

datestring

The date the payoff is due (YYYY-MM-DD)

Errors