Documents
What it Does
Sikoia's documents solution allows you to upload files or documents containing additional entity data to any company, person or case.
Once uploaded you can retrieve data from bank statements using Sikoia's Banking solution. You can also run additional analysis on certain document types by using Sikoia's Affordability Insights solution.
How it Works
- Create a Case: Create a case and optionally add a person or company entity to the case.
- Select the entity to which you want to attach the document. Documents can be uploaded to people, companies or cases.
- Base64 encode the file: Any files to be uploaded to the platform need to be base64 encoded and sent as a string.
- Upload the document: Once it is base64 encoded, you can go ahead and upload the document via the upload document endpoint
Document Types
When uploading a file, you can set the document_type
to one of the following:
Document Type | Description |
---|---|
BankStatement | Detailed report of transactions and balances in a bank account. |
BenefitAwardLetter | Letter from government agency confirming eligibility for social welfare benefits. |
ChildBenefitLetter | Letter issued from the Child Benefit Office. |
CompanyRegistration | Official record confirming a company's legal existence. |
Contract | Any form of contractual agreement. |
CreditReport | Document summarising the credit history of an individual or business. |
EmploymentContract | Agreement setting out employment conditions, rights and responsibilities. |
EmploymentLetter | Letter from an employer stating employment details. |
FactFind | Document summarising essential information about an individual or business. |
FinancialAccounts | Document showing profit and loss, balance sheet, and cash flow statements for an entity. |
Identity | Government issued card or record to verify an individual's identity. |
P45 | HMRC form filled by the employer when an employee stops working. |
P60 | End-of-year certificate from HMRC. |
Payslip | Document issued by an employer showing salary details. |
PensionStatement | Pension plan statement detailing the amount in a pension pot |
SA302 | Detailed tax calculation summary from HMRC. |
SavingsStatement | Bank statement on savings, ISA, and other accounts. |
StakeholdersDisclosure | Official record about entities holding an interest in a business or project. |
StudentLoanLetter | Letter from a lender specifying details of a student loan. |
Tax | Any other document issued by tax authorities. |
TaxOverview | Less detailed tax calculation summary from HMRC. |
UtilityBill | Statement detailing charges for essential services (e.g. electricity, water, gas). |
Other | Any other document that doesn’t fit the types above. |
Recipe & Endpoints
Check out this recipe for more information on how to use Sikoia's API to attach documents to an entity.
📄
Manage Documents
Open Recipe
Start exploring Sikoia's document endpoints here.
Updated 7 months ago
What’s Next