Documentation
HomeSupportStatusSign in ->
  • Developer guide
  • How it works?
  • Integration Quick Guide
    • Link Flow
    • Embedded Flow
    • Running Workflow
  • Production setup
  • Webhooks
  • Widget
    • Methods
    • Inline mode
  • Postman Collection
  • Changelog
  • Records
    • Introduction
    • Migration Guide: Migrating from Cases to Records
  • TRANSACTIONLINK API
    • API Reference
      • Authentication
      • Cases (deprecated)
      • Resources
      • Parameters
      • Token
      • Link
      • Workflows
      • Records
        • Attachments
    • API Changelog
    • API Versioning
  • Integrations
    • AIS
      • Data fields availability across banks
      • Testing data
    • Autopay
    • BIG Info Monitor
      • Company Report
      • Personal Report
      • Entrepreneur Report
      • Plus Sco Plus CR3 Report
    • BankID
      • 🇳🇴Norway
      • 🇩🇰Denmark
    • CEIDG
      • Get company
      • List companies
    • Companies House
      • Public Data Api
        • Exemptions
        • Persons with significant Control
        • UK Establishments
        • Filing History
        • Registers
        • Registered Office Address
        • Company Profile
        • Officers
        • Insolvency
        • Charges
      • Documents Api
    • ComplyAdvantage
    • ComplyCube
      • Identity Verification
        • Document Check
        • Proof of Address Check
        • Identity Check
      • Document Check
      • AML Screening Check
      • Face Authentication Check
    • Data Ninja
      • Labeling
      • Profiling
      • Scoring
    • eDO App
    • GUS
    • IAML
    • KRD
      • Company Report
      • Personal Report
      • Identity Card Verification
    • mObywatel
      • CitizenDetails
      • CitizenNationality
    • OnDato
    • Polish VAT Whitelist
    • Przelewy 24
    • PWG
    • QARD
    • Rejestr.io
    • Registru Centras
      • Get company
      • List documents
      • Get document
    • Smart-ID
    • SMS API
    • Twilio
    • MojeId
    • Veriff
      • Supported Browsers
    • VIES (Vat Validation)
      • vies
    • Zoho Sign
      • Adding document fields automatically using text tags
    • Idenfy
    • GBG
      • IDScan
      • Verifications
    • Visa
    • KYB
      • Company Profile
    • Handelsregister
      • Company profile
        • List companies
        • Get company
        • Get company documents
    • InfoCamere
      • Company profile
        • List companies
        • List persons
        • Get company
        • Get person
        • Get documents
    • CBE - Belgium Company Register
      • Company profile
        • List companies
        • Get company
        • List documents
        • Get document
    • Transparenzregister
      • Beneficial owners
        • List companies
        • List documents
        • Get documents
    • CVR (Danish Central Business Register)
      • Company profile
        • List Companies
        • Get Company
        • Get document
    • Malta Business Registry
      • Company profile
        • List Companies
        • Get Company
Powered by GitBook
On this page
  • Output
  • Insolvency Cases
  • Case Dates
  • Case Links
  • Case Practitioners
  • Practitioner Address
  • Case Type
  • Example

Was this helpful?

  1. Integrations
  2. Companies House
  3. Public Data Api

Insolvency

Output

Attribute
Type
Description
Additional

array<object>

List of insolvency cases.

etag

string

The ETag of the resource.

status

string

Company insolvency status details.

Possible values are:

  • live-propopsed-transfer-from-gb

  • voluntary-arrangement

  • voluntary-arrangement-receivership

  • live-receiver-manager-on-at-least-one-charge

  • receiver-manager-or-administrative-receiver

  • receiver-manager

  • administrative-receiver

  • administration-order

  • receivership

  • in-administration

Insolvency Cases

Attribute
Type
Description
Additional

array<object>

The dates specific to the case.

object

The practitioners for the case.

Optional

notes

array<string>

Notes specific to the case.

Optional

number

string

The case number.

Optional

array<object>

The practitioners for the case.

type

string

The type of case.

Possible values are:

  • compulsory-liquidation

  • creditors-voluntary-liquidation

  • members-voluntary-liquidation

  • in-administration

  • corporate-voluntary-arrangement

  • corporate-voluntary-arrangement-moratorium

  • administration-order

  • receiver-manager

  • administrative-receiver

  • receivership

  • foreign-insolvency

  • moratorium

Case Dates

Attribute
Type
Description
Additional

date

date

The case date, described by date_type.

type

string

Describes what date is represented.

Possible values are:

  • instrumented-on

  • administration-started-on

  • administration-discharged-on

  • administration-ended-on

  • concluded-winding-up-on

  • petitioned-on

  • ordered-to-wind-up-on

  • due-to-be-dissolved-on

  • case-end-on

  • wound-up-on

  • voluntary-arrangement-started-on

  • voluntary-arrangement-ended-on

  • moratorium-started-on

  • moratorium-ended-on

  • declaration-solvent-on

Case Links

Attribute
Type
Description
Additonal

charge

string

The link to the charge this case is lodged against.

Optional

Case Practitioners

Attribute
Type
Description
Additional

array<object>

The practitioners' address.

appointedOn

date

The date the practitioner was appointed on.

ceasedToActOn

date

The date the practitioner ceased to act for the case.

name

string

The name of the practitioner.

role

string

The type of role.

Optional. Possible values are:

  • final-liquidator

  • receiver

  • receiver-manager

  • proposed-liquidator

  • provisional-liquidator

  • administrative-receiver

  • practitioner

  • interim-liquidator

Practitioner Address

Attribute
Type
Description
Additional

addressLine1

string

The first line of the address.

addressLine2

string

The second line of the address.

Optional

country

string

The country.

Optional

locality

string

The locality. For example London.

Optional

postalCode

string

The postal code. For example CF14 3UZ.

Optional

region

string

The region. For example Surrey.

Optional

Case Type

Attribute
Type
Description

type

string

The type of case.

Example

{
    "cases": [
        {
            "dates": [
                {
                    "date": "2023-01-15",
                    "type": "Type A"
                },
                {
                    "date": "2023-02-20",
                    "type": "Type B"
                }
            ],
            "links": {
                "charge": "https://example.com/charge/123"
            },
            "notes": [
                "Note 1",
                "Note 2"
            ],
            "number": "CASE123",
            "practitioners": [
                {
                    "address": [
                        {
                            "addressLine1": "123 Main Street",
                            "addressLine2": "Suite 456",
                            "country": "United States",
                            "locality": "Cityville",
                            "postalCode": "12345",
                            "region": "Stateville"
                        }
                    ],
                    "appointedOn": "2023-01-10",
                    "ceasedToActOn": null,
                    "name": "John Doe",
                    "role": "Lawyer"
                }
            ],
            "type": "Legal Case"
        }
    ],
    "etag": "abc123",
    "status": "Active"
}
PreviousOfficersNextCharges

Last updated 1 year ago

Was this helpful?

cases
dates
links
practitioners
address