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
The loan_agreement_id
of the corresponding loan agreement the facility is for
Example:
"doc_234259b117854d0194bc5864a6c45b42"
The type of credit production.
Available options:
installment_loan
, revolving_line_of_credit
, closed_line_of_credit
Timestamp the loan agreement object is created on
Example:
"2023-01-17T04:59:21.773Z"
The status of the facility.
Available options:
active
, closed
An object containing a summary of the terms of the facility.