The loan agreement object contains a document_url where the agreement is hosted and can have a status of pending_signature, signed, or expired. Loan agreements that are not signed within 24 hours expire and need to be re-created

Create loan agreement

POST /loan_agreements

Sign loan agreement

POST /loan_agreements/{loan_agreement_id}/sign

Retrieve a loan agreement

GET /loan_agreements/{loan_agreement_id}

List loan agreements

GET /loan_agreements

Load Agreement Object

Parameters

id
string
Unique identifier for the loan agreement
application_id
string
The application_id of the corresponding loan application the agreement is for
created_on
string
Timestamp the loan agreement object is created on
document_url
string
Url where the loan agreement document is hosted
Timestamp of when e-signature is completed
status
enum
The status of the document. Can be one of pending_signature, signed, or expired