Loan Agreements Endpoints
Create loan agreement
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
The application_id
of the application to create the loan agreement for
Response
200 - application/json
The application_id
of the corresponding loan application the agreement is for
Timestamp the loan agreement object is created on
Url where the loan agreement document is hosted
The status of the document
Available options:
pending_signature
, signed
, expired
Timestamp of when e-signature is completed