Create a facility
A facility can be created for a given loan agreement with a status of signed
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The loan_agreement_id
of the loan agreement to create a facility for
Response
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
An array of transactions made (empty if no payments are due)
An array of statements for the loan (empty if no statements exist)
An array of payments due (empty if no payments are due)
The date the loan was originated (YYYY-MM-DD)
The date the loan was disbursed (YYYY-MM-DD)
The date the next payment is due (YYYY-MM-DD)
The date the current payment is due (YYYY-MM-DD)
The date the last payment was made (YYYY-MM-DD)
The date the principal is paid through (YYYY-MM-DD)
The next billing date of the loan (YYYY-MM-DD)
The date the interest is accrued through (YYYY-MM-DD)
The next accrual cutoff date of the loan (YYYY-MM-DD)
The scheduled payoff date of the loan (YYYY-MM-DD)
The last statement information including date/amount.
The current interest balance of the loan, in cents (deprecated - see balances field)
The current payoff balance of the loan, in cents (deprecated - see balances field)