Document Management

These API endpoints allow tenants to manage customer documents in the FinCheck™ verification and compliance platform, supporting both individual (B2C) and business (B2B) customer document requirements.

Use Cases

  • Retrieving customer identity documents
  • Managing proof of address documents
  • Handling business registration documents
  • Supporting KYC/KYB verification processes
  • Maintaining document compliance records

Integration Notes

Document management is a critical component of the verification and compliance capabilities in the FinCheck™ platform. The document system supports:

  • Multiple document types and purposes
  • Document metadata and classification
  • Document verification status tracking
  • Country-specific document requirements (SCT03)
  • Compliance with regulatory document retention policies

For Enterprise subscription tier tenants, additional document management features are available to support complex compliance requirements in different jurisdictions.

Key Endpoints

Get Customer Documents by Purpose

GET /v2/Customerdocument/{customerId}/{purpose}

Retrieves documents for a specific customer filtered by purpose.

Get Organization Documents by Purpose

GET /organization/documents/getByPurpose/{purpose}/{organizationId}

Retrieves documents for a specific organization filtered by purpose.

Get Supporting Documents

GET /v2/organization/supporting-documents/{organizationId}

Retrieves supporting documents for a specific organization.

Response Codes

CodeDescription
200Operation successful
400Invalid request parameters
401Unauthorized - Invalid API key
403Forbidden - Insufficient permissions
404Documents, customer, or organization not found
500Internal Server Error