latestOpenAPI 3.0.12026-08-105551287.6 KB

c481fa2414f9

Person identifications

(Fourthline only) Upload .zip file with required identification documents

Uploads a .zip file to the person identification specified in the request URL (if the identification method requires it). The identification must have already been requested. This method is only relevant for identifications using Fourthline.

post/v1/persons/{person_id}/identifications/{id}/zip

Path parameters

person_idstring required

The unique ID of the person resource created for a customer.

Example:dc1a6812a14f6cc338cd084208535bcdcper
idstring required

The unique ID of the identification resource created for a customer.

Example:6dc54352d6793a892e0702850d07b831cidt

Response

Successful result of the operation.

idstring

Unique identifier of the document.

namestring

The name of the file associated with the document.

content_typestring

The content type of the file associated with the document.

document_type'ACCOUNT_SNAPSHOT.FINTECSYSTEMS' | 'ACCOUNT_STATEMENT' | 'AML_POLICY' | 'ANNUAL_FINANCIAL_STATEMENT' | 'B2B_MANDATE' | 'BALANCE_REPORT' | 'BANK_REFERENCE' | 'BUSINESS_ASSESSMENT' | 'BUSINESS_FINANCIALS_XBRL' | 'CREDIT_AGENCY_REPORT' | 'CREDIT_RECORD.SCHUFA' | 'CUSTOMER_COMMUNICATION' | 'FATCA_SELF_DECLARATION' | 'FOUNDATION_DOCUMENT' | 'ID_DOCUMENT' | 'INVOICE' | 'KYC_BENEFICIAL_OWNER' | 'KYC_CORPORATE_DOCUMENT' | 'KYC_FORM' | 'KYC_LEGAL_REPRESENTATIVE' | 'KYC_RELIABILITY_CHECK' | 'KYC_REPORT' | 'LOAN_MANDATE_CONTRACT' | 'OTHER' | 'PAYMENT_CONFIRMATION' | 'PICTURE' | 'POWER_OF_ATTORNEY' | 'PROOF_OF_ADDRESS' | 'PROOF_OF_PHONE_CHANGE' | 'PROOF_OF_PROFESSION' | 'PROOF_OF_SALARY' | 'PROOF_OF_TAX_ID' | 'REFERENCE_LETTER' | 'REGISTER_APPLICATION' | 'REGISTER_EXTRACT' | 'SALARY_INFORMATION' | 'SCHUFA_COMPACT_REPORT' | 'SCHUFA_FULL_REPORT' | 'SCHUFA_GWG_REPORT' | 'SCHUFA_SHORT_REPORT' | 'SCORE_CARD.SOLARIS' | 'SCREENING_REPORT' | 'SHAREHOLDERS_LIST' | 'SHARE_HOLDERS_AGREEMENT' | 'SIGNATURE' | 'SIGNED_CONTRACT' | 'SIGNED_LOAN_MANDATE_CONTRACT' | 'TRADING_LICENSE' | 'TRANSACTIONAL_DOCUMENT' | 'TRANSFER_CANCELLATION' | 'VAT_CERTIFICATE' | 'VIDEO'

The type of document.

sizeinteger

The file size, in bytes.

customer_accessibleboolean

Indicates whether the customer has access to the document.

created_atstring

UTC timestamp from when the document was created in Solaris' system.

deleted_atstring

UTC timestamp from when the document was deleted (if applicable).

Example response

{
  "id": "69ec2a9d8dbaf5ea1b13124098a34ea3cdoc",
  "name": "Operation_authorization.png",
  "content_type": "image/png",
  "size": 10187,
  "created_at": "2022-05-20T12:46:09Z",
  "deleted_at": "null"
}