Create facility

POST /facilities

Close facility

POST /facilities/{facility_id}/close

Retrieve a facility

GET /facilities/{facility_id}

List all facilities

GET /facilities

Facility Object

Parameters

id
string

Unique identifier for the facility

application_id
string

The application_id of the corresponding loan application for the facility

borrower_id
string

The borrower_id of the corresponding borrower the facility is for

loan_agreement_id
string

The loan_agreement_id of the corresponding loan agreement the facility is for

credit_type
string

The type of credit product. Can be one of installment_loan, revolving_line_of_credit, closed_line_of_credit

created_on
string

Timestamp the loan agreement object is created on

status
enum

The status of the facility. Can be one of active or closed

terms
string

An object containing a summary of the terms of the facility. See LoadOffer or LineOfCreditOffer types