Skip to main content

Introduction

Throughout the API and File Delivery interfaces, you will see areas where Lead expects a reference to a Document you have collected as part of program operation. In each of these cases, Lead expects that a document is delivered into the /documents SFTP directory; the references inform Lead of how to retrieve the underlying documents from our SFTP directory. This page outlines how to reference documents in each interface that expects document references.

Document Upload

SFTP

Documents that are referenced in Lead Interfaces should be uploaded via SFTP. To upload a document, upload a PDF, JPG, JPEG, PNG, or HTML file into the /documents directory of your SFTP Folder.

Document References

Entity API

FieldTypeRequiredInstruction
individual_details.identification_details.identification_documents[].client_document_idStringOptional - provided if a document upload rather than an approved eKYC workflow is used to support entity identification information.Populate client_document_id with the filename of the file in the SFTP directory.
individual_details.identification_details.additional_documents[].client_document_idStringOptional - provided if a document upload rather than an approved eKYC workflow is used to support entity identification information.Populate client_document_id with the filename of the file in the SFTP directory.
business_details.identification_details.identification_documents[].client_document_idStringOptional - provided if a document upload rather than an approved eKYC workflow is used to support entity identification information.Populate client_document_id with the filename of the file in the SFTP directory.
business_details.identification_details.additional_documents[].client_document_idStringOptional - provided if a document upload rather than an approved eKYC workflow is used to support entity identification information.Populate client_document_id with the filename of the file in the SFTP directory.

Customers File

FieldTypeRequiredInstruction
identification_documents[].client_document_idStringOptional - provided if a document upload rather than an approved eKYC workflow is used to support entity identification information.Populate client_document_id with the filename of the file in the SFTP directory.
additional_documents[].client_document_idStringOptional - provided if a document upload rather than an approved eKYC workflow is used to support entity identification information.Populate client_document_id with the filename of the file in the SFTP directory.

Applications File

FieldTypeRequiredInstruction
documentsJSON ListRequiredEach object in the JSON should conform to the Compliance Document Reference Schema. For document_id, populate the File Name of the underlying file stored in the SFTP directory.

Accounts File

FieldTypeRequiredInstruction
documentsJSON ListRequiredEach object in the JSON should conform to the Compliance Document Reference Schema. For document_id, populate the File Name of the underlying file stored in the SFTP directory.