Loan Agreements

Get a loan agreement by id

GET
Retrieve a loan agreement by its id

Path parameters

loan_agreement_idstringRequired

Response

This endpoint returns an object
id
string
application_id
string

The application_id of the corresponding loan application the agreement is for

created_on
datetime
Timestamp the loan agreement object is created on
document_url
string
Url where the loan agreement document is hosted
status
enum
The status of the document
Allowed values: pending_signaturesignedexpired
type
enum
The type of document
Allowed values: credit_agreementach_authorizationautopay_ach_authorizationcredit_disclosure
signature_timestamp
datetimeOptional
Timestamp of when e-signature is completed

Errors