latestOpenAPI 3.0.12026-08-102923187.3 KB

3c9bae130f0a

Person documents

Index documents for a person identification

Returns all documents uploaded to the person identification specified in the request URL.

get/v1/persons/{person_id}/identifications/{id}/documents

Path parameters

person_idstring required
idstring required

Query parameters

page[number]string

The number of results pages to return.

page[size]string

The size of each page in the response.

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"
  }
]