Get a loan agreement by id

GET
/loan_agreements/:loan_agreement_id

Retrieve a loan agreement by its id

Path parameters

loan_agreement_idstringRequired

Response

This endpoint returns an object.
idstring
application_idstring

The application_id of the corresponding loan application the agreement is for

created_ondatetime

Timestamp the loan agreement object is created on

document_urlstring

Url where the loan agreement document is hosted

statusenum
Allowed values: pending_signaturesignedexpired

The status of the document

typeenum
Allowed values: credit_agreementach_authorizationautopay_ach_authorizationcredit_disclosure

The type of document

signature_timestampdatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

Timestamp of when e-signature is completed

Errors