Prepare Agreement Documents
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Response
Non-empty if the request failed
Bearer authentication of the form Bearer <token>, where token is your auth token.
Non-empty if the request failed
Available to: All authenticated users
Environments: Live
Rate Limit: 10 requests per hour, 30-second back-off, counts all requests
Generate the set of agreement documents the applicant needs to sign for a customer application. The system builds the documents from the application’s applicant details, so call this after submitting them with submitApplicant.
Provide the customerApplicationId returned by startCustomerApplication. A successful response returns a successHashCode; the generated documents are stored as AgreementDocument entities linked to the application.
To work with the prepared documents:
agreementDocumentDependents, passing the customerApplicationId as masterid. The returned id values are the agreementIds you pass to signAgreementDocuments.getAgreementDocument.Common Failure Scenarios
customerApplicationId does not reference an existing application.submitApplicant.Error Messages
Next Steps
signAgreementDocuments.