Loan Agreements

Create a loan agreement

POST
A loan agreement can be created for an application with a status of approved. Expect 4-8 seconds of latency

Request

This endpoint expects an object.
application_id
stringRequired

The application_id of the application to create the loan agreement for

accepted_offer_id
stringRequired

The accepted_offer_id of the application’s offer to create the loan agreement for

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