Facilities Endpoints
Create facility
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The loan_agreement_id
of the loan agreement to create a facility for
Response
200 - application/json
The application_id
of the corresponding loan application for the facility
The borrower_id
of the corresponding borrower the facility is for
Timestamp the loan agreement object is created on
The type of credit production.
Available options:
installment_loan
, revolving_line_of_credit
, closed_line_of_credit
The loan_agreement_id
of the corresponding loan agreement the facility is for
The status of the facility.
Available options:
active
, closed
An object containing a summary of the terms of the facility.