Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The file contents. The maximum file size is 32 MB.
A description of the attached document
Whether the file will be encrypted by the Synctera platform before storing. All documents containing PII must be encrypted.
Creating and retrieving encrypted documents requires documents_encrypted:write and documents_encrypted:read permissions, respectively.
If encryption is not specified, a default will be chosen based on the document type. See the following table.
Document types with a default of REQUIRED must be encrypted. It is an error to explicitly set encryption to NOT_REQUIRED for these document types.
Document types with a default of NOT_REQUIRED may optionally be encrypted by explicitly setting encryption to REQUIRED.
Document Type | Default Encryption |
---|---|
ADDRESS_VERIFICATION | REQUIRED |
APPLICATION_DOCUMENTATION | NOT_REQUIRED |
BILLING_DOCUMENT | NOT_REQUIRED |
CHECK_IMAGE | REQUIRED |
COMPANY_PROFILE_DOCUMENT | NOT_REQUIRED |
COMPLIANCE_REPORT | REQUIRED |
DATE_OF_BIRTH_VERIFICATION | REQUIRED |
FINANCIAL_FILE | REQUIRED |
IDENTITY_DOCUMENTATION | REQUIRED |
INCOME_DOCUMENTATION | REQUIRED |
STATEMENT | NOT_REQUIRED |
STATEMENT_DISCLOSURE | NOT_REQUIRED |
TAX_FORM | REQUIRED |
TERMS_OF_SERVICE | NOT_REQUIRED |
NOT_REQUIRED
, REQUIRED
Optional field to store additional information about the resource. Intended to be used by the integrator to store non-sensitive data. Since some API clients have trouble formatting multipart/form-data properties that are objects, this property is defined as a string formatted to contain the marshalled JSON object.
"{\"key\": \"value\"}"
A user-friendly name for the document
The ID of the resource related to the document
The type of the resource related to the document
ACCOUNT
, BUSINESS
, CUSTOMER
, EDD
, INVOICE
, REVENUE_STATEMENT
The type of the document. The type can be changed after the document is created, except that a non-encrypted document cannot be changed to a type that requires encryption.
ADDRESS_VERIFICATION
, APPLICATION_DOCUMENTATION
, BILLING_DOCUMENT
, CHECK_IMAGE
, COMPANY_PROFILE_DOCUMENT
, COMPLIANCE_REPORT
, DATE_OF_BIRTH_VERIFICATION
, FINANCIAL_FILE
, IDENTITY_DOCUMENTATION
, INCOME_DOCUMENTATION
, STATEMENT
, STATEMENT_DISCLOSURE
, TAX_FORM
, TERMS_OF_SERVICE
Response
Created document representation.
All document versions
Metadata of all document versions
The date and time the resource was created
"2010-05-06T12:23:34.321Z"
An explanation why the file was deleted. You must set a document's deletion_reason before deleting it.
A description of the document
Whether the file will be encrypted by the Synctera platform before storing. All documents containing PII must be encrypted.
Creating and retrieving encrypted documents requires documents_encrypted:write and documents_encrypted:read permissions, respectively.
If encryption is not specified, a default will be chosen based on the document type. See the following table.
Document types with a default of REQUIRED must be encrypted. It is an error to explicitly set encryption to NOT_REQUIRED for these document types.
Document types with a default of NOT_REQUIRED may optionally be encrypted by explicitly setting encryption to REQUIRED.
Document Type | Default Encryption |
---|---|
ADDRESS_VERIFICATION | REQUIRED |
APPLICATION_DOCUMENTATION | NOT_REQUIRED |
BILLING_DOCUMENT | NOT_REQUIRED |
CHECK_IMAGE | REQUIRED |
COMPANY_PROFILE_DOCUMENT | NOT_REQUIRED |
COMPLIANCE_REPORT | REQUIRED |
DATE_OF_BIRTH_VERIFICATION | REQUIRED |
FINANCIAL_FILE | REQUIRED |
IDENTITY_DOCUMENTATION | REQUIRED |
INCOME_DOCUMENTATION | REQUIRED |
STATEMENT | NOT_REQUIRED |
STATEMENT_DISCLOSURE | NOT_REQUIRED |
TAX_FORM | REQUIRED |
TERMS_OF_SERVICE | NOT_REQUIRED |
NOT_REQUIRED
, REQUIRED
The file name of the document
The unique identifier for this resource
"b01db9c7-78f2-4a99-8aca-1231d32f9b96"
The date and time the resource was last updated
"2010-05-06T12:23:34.321Z"
Optional field to store additional information about the resource. Intended to be used by the integrator to store non-sensitive data.
A user-friendly name for the document
The ID of the resource related to the document
The type of the resource related to the document
ACCOUNT
, BUSINESS
, CUSTOMER
, EDD
, INVOICE
, REVENUE_STATEMENT
The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.
"abcdef_ghijkl"
The type of the document. The type can be changed after the document is created, except that a non-encrypted document cannot be changed to a type that requires encryption.
ADDRESS_VERIFICATION
, APPLICATION_DOCUMENTATION
, BILLING_DOCUMENT
, CHECK_IMAGE
, COMPANY_PROFILE_DOCUMENT
, COMPLIANCE_REPORT
, DATE_OF_BIRTH_VERIFICATION
, FINANCIAL_FILE
, IDENTITY_DOCUMENTATION
, INCOME_DOCUMENTATION
, STATEMENT
, STATEMENT_DISCLOSURE
, TAX_FORM
, TERMS_OF_SERVICE
Positive integer representing the version of the document