Update credit limit for a line of credit
Update credit limit for a line of credit. For reductions, pass in the document_id from the create_limit_reduction_notice endpoint. For increases, pass in the new credit limit amount.
Path parameters
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The document_id from the create_limit_reduction_notice
endpoint
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)