Skip to main content
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

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