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_idstringRequired

The application_id of the application to create the loan agreement for

accepted_offer_idstringRequired

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

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_timestampdatetimeOptional
Timestamp of when e-signature is completed

Errors