Hi guys,
We are currently testing sending accounts (we are not actually building the accounts they will be provided to us) via the XML Gateway e.g. see extract of message below
<FormSubmission>
...
<FormIdentifier>Accounts</FormIdentifier>
<Document>
<Data>base64 encoded zip file goes here!</Data>
<ContentType>application/xml</ContentType>
<Category>ACCOUNTS</Category>
</Document>
</FormSubmission>
Where the Data element is the base64 encoded zip file containing the accounts.
For a single HTML ixbrl account file it works fine but for a package account e.g. a CIC accounts it fails with the following error
Error Raised By: Accounts / Number: 9999 / Type: fatal / Location: /
FYI the test zip file we are using was downloaded from the Companies House Free Accounts Data Product Daily Files i.e. Companies House
We downloaded Accounts_Bulk_Data-2025-07-26 and are trying to upload the following zip file
Prod223_4011_15028071_20240731_CIC.zip
Note: the zip file itself verifies ok (as we would expected as it was downloaded from your site) via the XBRL Company Accounts Validator
Is there something extra that has to be specified to support ‘package’ accounts or is it possibly not working at the moment?
Many thanks.