Create facility
POST /facilitiesClose facility
POST /facilities/{facility_id}/closeRetrieve a facility
GET /facilities/{facility_id}List all facilities
GET /facilitiesFacility Object
Parameters
string
Unique identifier for the facility
string
The application_id of the corresponding loan application for the facility
string
The borrower_id of the corresponding borrower the facility is for
string
The loan_agreement_id of the corresponding loan agreement the facility is for
string
The type of credit product. Can be one of
installment_loan, revolving_line_of_credit, closed_line_of_creditstring
Timestamp the loan agreement object is created on
enum
The status of the facility. Can be one of
active or closedstring
An object containing a summary of the terms of the facility. See LoadOffer or LineOfCreditOffer types
Facility object
Facility object

